Axiom.Scripting.CommandAttribute.CommandAttribute C# (CSharp) Méthode

CommandAttribute() public méthode

Constructor.
public CommandAttribute ( string name ) : System
name string
Résultat System
		public CommandAttribute( string name )
		{
			this.name = name;
		}

Same methods

CommandAttribute::CommandAttribute ( string name, string description ) : System
CommandAttribute::CommandAttribute ( string name, string description, Type target ) : System
CommandAttribute