C# 클래스 System.Xaml.XamlWriterInternalBase.ObjectState

파일 보기 프로젝트 열기: kumpera/mono

공개 프로퍼티들

프로퍼티 타입 설명
FactoryMethod string
IsGetObject bool
IsInstantiated bool
KeyValue object
PositionalParameterIndex int
Type XamlType
Value object
WrittenProperties List

프로퍼티 상세

FactoryMethod 공개적으로 프로퍼티

public string FactoryMethod
리턴 string

IsGetObject 공개적으로 프로퍼티

public bool IsGetObject
리턴 bool

IsInstantiated 공개적으로 프로퍼티

public bool IsInstantiated
리턴 bool

KeyValue 공개적으로 프로퍼티

public object KeyValue
리턴 object

PositionalParameterIndex 공개적으로 프로퍼티

public int PositionalParameterIndex
리턴 int

Type 공개적으로 프로퍼티

public XamlType Type
리턴 XamlType

Value 공개적으로 프로퍼티

public object Value
리턴 object

WrittenProperties 공개적으로 프로퍼티

public List WrittenProperties
리턴 List