Click or drag to resize
ElementAdderMetaGetMenuCommandTypesTContext Method

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public static Type[] GetMenuCommandTypes<TContext>(
	Type contractType
)

Parameters

contractType
Type: SystemType
Contract type of addable elements.

Type Parameters

TContext
Type of the context object that elements can be added to.

Return Value

Type: Type
An array containing zero or more Type.
Exceptions
ExceptionCondition
ArgumentNullException If contractType is null.
See Also