ObjectClonerGetMethodInfo Method

Gets the method 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<MethodInfo> GetMethodInfo(
	Type type
)

Parameters

type
Type: SystemType
The type.

Return Value

Type: IEnumerableMethodInfo
IEnumerable<MethodInfo>.
See Also

Reference