C# 클래스 FlatRedBall.Glue.Parsing.ParsedProperty

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GetContents string
HasAutomaticGetter bool
HasAutomaticSetter bool
IsStatic bool
IsVirtual bool
Name string
Scope Scope
SetContents string
Type ParsedType

공개 메소드들

메소드 설명
Clone ( ) : ParsedProperty
ParsedProperty ( ) : System
ParsedProperty ( Scope scope, string type, string name ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
FromPropertyInfo ( System property ) : ParsedProperty

메소드 상세

Clone() 공개 메소드

public Clone ( ) : ParsedProperty
리턴 ParsedProperty

ParsedProperty() 공개 메소드

public ParsedProperty ( ) : System
리턴 System

ParsedProperty() 공개 메소드

public ParsedProperty ( Scope scope, string type, string name ) : System
scope Scope
type string
name string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

GetContents 공개적으로 프로퍼티

public string GetContents
리턴 string

HasAutomaticGetter 공개적으로 프로퍼티

public bool HasAutomaticGetter
리턴 bool

HasAutomaticSetter 공개적으로 프로퍼티

public bool HasAutomaticSetter
리턴 bool

IsStatic 공개적으로 프로퍼티

public bool IsStatic
리턴 bool

IsVirtual 공개적으로 프로퍼티

public bool IsVirtual
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

Scope 공개적으로 프로퍼티

public Scope Scope
리턴 Scope

SetContents 공개적으로 프로퍼티

public string SetContents
리턴 string

Type 공개적으로 프로퍼티

public ParsedType,FlatRedBall.Glue.Parsing Type
리턴 ParsedType