C# Class RssToolkit.Rss.CodeGeneration.PropertyInfo

Stores property information for code generation
Afficher le fichier Open project: Throy/derp-octo-robot Class Usage Examples

Méthodes publiques

Méthode Description
PropertyInfo ( string name, bool isAttribute ) : System

Constructs a new instance of PropertyInfo class

Method Details

PropertyInfo() public méthode

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
Résultat System