Click or drag to resize

TypeInfoReflectFields Method

Returns a sorted list of fields with their current values.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public static IDictionary<string, FieldInfo> ReflectFields(
	Object? target
)

Parameters

target  Object
The Object whose fields to reflect.

Return Value

IDictionaryString, FieldInfo
A SortedDictionaryTKey, TValue containing the names of the fields as keys with the FieldInfo structure defining the fields as data.
See Also