ElementAdderMeta.GetConcreteElementTypes Method (Type)

Rotorz ReorderableList

ElementAdderMetaGetConcreteElementTypes Method (Type)
Gets an array of all the concrete element types that implement the specified contractType.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public static Type[] GetConcreteElementTypes(
	Type contractType
)
public static function GetConcreteElementTypes(
	contractType : Type
) : Type[]

Parameters

contractType
Type: SystemType
Contract type of addable elements.

Return Value

Type: Type
An array of zero or more concrete element types.
Exceptions
ExceptionCondition
ArgumentNullException If contractType is null.
See Also