ObjectClonerGetFieldInfo Method

Gets the field information.

Namespace:  ABSuite.AccessLayer.Connector.Core.Utility
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IEnumerable<FieldInfo> GetFieldInfo(
	Type type
)

Parameters

type
Type: SystemType
The type.

Return Value

Type: IEnumerableFieldInfo
IEnumerable<FieldInfo>.
See Also

Reference