C# Class System.Xaml.XamlWriterInternalBase.ObjectState

Mostra 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_oe property

public string FactoryMethod
return string

IsGetObject public_oe property

public bool IsGetObject
return bool

IsInstantiated public_oe property

public bool IsInstantiated
return bool

KeyValue public_oe property

public object KeyValue
return object

PositionalParameterIndex public_oe property

public int PositionalParameterIndex
return int

Type public_oe property

public XamlType Type
return XamlType

Value public_oe property

public object Value
return object

WrittenProperties public_oe property

public List WrittenProperties
return List