ElementAdderMetaGetMenuCommandTypesTContext Method |
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic static Type[] GetMenuCommandTypes<TContext>(
Type contractType
)
public static function GetMenuCommandTypes.<TContext>(
contractType : Type
) : Type[]
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.
ExceptionsException | Condition |
---|
ArgumentNullException |
If contractType is null.
|
See Also