C# Класс RssToolkit.Rss.CodeGeneration.PropertyInfo

Stores property information for code generation
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PropertyInfo ( string name, bool isAttribute ) : System

Constructs a new instance of PropertyInfo class

Описание методов

PropertyInfo() публичный Метод

Constructs a new instance of PropertyInfo class
public PropertyInfo ( string name, bool isAttribute ) : System
name string the name of the property
isAttribute bool true if this is an attribute
Результат System