Arbor 3: FSM & BT Graph Editor
3.4.0
|
Information on the serialized field More...
Public Member Functions | |
SerializeFieldInfo (FieldInfo fieldInfo, System.Type elementType) | |
Initializes a new instance of the SerializeFieldInfo class. More... | |
object | GetValue (object instance) |
Get the value of the field. More... | |
Properties | |
System.Type | elementType [get] |
Element type More... | |
FieldInfo | fieldInfo [get] |
Getting FieldInfo. More... | |
bool | isClass [get] |
Return whether the field type is a class More... | |
Information on the serialized field
SerializeFieldInfo | ( | FieldInfo | fieldInfo, |
System.Type | elementType | ||
) |
Initializes a new instance of the SerializeFieldInfo class.
fieldInfo | FieldInfo |
elementType | Type of field element |
object GetValue | ( | object | instance | ) |
Get the value of the field.
instance | Instance |
|
get |
Element type
|
get |
Getting FieldInfo.
|
get |
Return whether the field type is a class