ABT.Attribute.Attribute C# (CSharp) Méthode

Attribute() public méthode

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