Click or drag to resize

TypeInfoUtilsGetInterfaces Method

Returns the implemented interfaces by the type.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static IEnumerable<Type> GetInterfaces(
	Type type
)

Parameters

type
Type: SystemType
Type to get implemented interfaces for.

Return Value

Type: IEnumerableType
Enumeration of implemented interfaces.
See Also