TypeFnsGetGenericArgument Method Breeze.sharp
Gets a single generic argument from a specified type.

Namespace: Breeze.Sharp.Core
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public static Type GetGenericArgument(
	Type type
)

Parameters

type
Type: SystemType

Return Value

Type: Type
null if it can't find one or result is ambiguous
See Also

Reference