Attribute.Attribute C# (CSharp) 메소드

Attribute() 공개 메소드

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

Same methods

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