Click or drag to resize

TypeInfoReflectProperties Method

Returns a sorted list of the properties of an Object.

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

Parameters

target  Object
The Object whose properties to examine.

Return Value

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