Monobjc.Tools.Generator.Parsers.Sgml.AttDef.AttDef C# (CSharp) Method

AttDef() public method

Initialises a new instance of the AttDef class.
public AttDef ( string name ) : System
name string The name of the attribute.
return System
        public AttDef(string name)
        {
            this.m_name = name;
        }