Borodar.ReorderableList.ElementAdderMenuCommandAttribute.ElementAdderMenuCommandAttribute C# (CSharp) Method

ElementAdderMenuCommandAttribute() public method

Initializes a new instance of the ElementAdderMenuCommandAttribute class.
public ElementAdderMenuCommandAttribute ( Type contractType ) : System
contractType System.Type Contract type of addable elements.
return System
        public ElementAdderMenuCommandAttribute(Type contractType)
        {
            ContractType = contractType;
        }
ElementAdderMenuCommandAttribute