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

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

공개 프로퍼티들

프로퍼티 타입 설명
IsConst bool
IsStatic bool
Name string
Scope Scope
Type ParsedType
ValueToAssignTo string

공개 메소드들

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

비공개 메소드들

메소드 설명
FromFieldInfo ( System field ) : ParsedField

메소드 상세

Clone() 공개 메소드

public Clone ( ) : ParsedField
리턴 ParsedField

ParsedField() 공개 메소드

public ParsedField ( ) : System
리턴 System

ParsedField() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

IsConst 공개적으로 프로퍼티

public bool IsConst
리턴 bool

IsStatic 공개적으로 프로퍼티

public bool IsStatic
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

Scope 공개적으로 프로퍼티

public Scope Scope
리턴 Scope

Type 공개적으로 프로퍼티

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

ValueToAssignTo 공개적으로 프로퍼티

public string ValueToAssignTo
리턴 string