C# Class RssToolkit.Rss.CodeGeneration.PropertyInfo

Stores property information for code generation
ファイルを表示 Open project: Throy/derp-octo-robot Class Usage Examples

Public Methods

Method Description
PropertyInfo ( string name, bool isAttribute ) : System

Constructs a new instance of PropertyInfo class

Method Details

PropertyInfo() public method

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
return System