ABT.Attribute.Attribute C# (CSharp) Method

Attribute() public method

public Attribute ( Expr expr, String name, ExprType type ) : System
expr Expr
name String
type ExprType
return System
        public Attribute(Expr expr, String name, ExprType type) {
            this.Expr = expr;
            this.Name = name;
            this.Type = type;
        }