Attribute.Attribute C# (CSharp) Method

Attribute() public method

public Attribute ( ) : System
return System
    public Attribute()
        : this("", "")
    {
        //
        // TODO: Add constructor logic here
        //
    }

Same methods

Attribute::Attribute ( string name ) : System
Attribute::Attribute ( string name, string value ) : System
Attribute