C# 클래스 RssToolkit.Rss.CodeGeneration.PropertyInfo

Stores property information for code generation
파일 보기 프로젝트 열기: Throy/derp-octo-robot 1 사용 예제들

공개 메소드들

메소드 설명
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