C# Class System.Xaml.XamlWriterInternalBase.ObjectState

Show file Open project: kumpera/mono

Public Properties

Property Type Description
FactoryMethod string
IsGetObject bool
IsInstantiated bool
KeyValue object
PositionalParameterIndex int
Type XamlType
Value object
WrittenProperties List

Property Details

FactoryMethod public property

public string FactoryMethod
return string

IsGetObject public property

public bool IsGetObject
return bool

IsInstantiated public property

public bool IsInstantiated
return bool

KeyValue public property

public object KeyValue
return object

PositionalParameterIndex public property

public int PositionalParameterIndex
return int

Type public property

public XamlType Type
return XamlType

Value public property

public object Value
return object

WrittenProperties public property

public List WrittenProperties
return List