WellFormedNames.Literal.Literal C# (CSharp) Méthode

Literal() public méthode

public Literal ( string desc, LiteralType t, int depth ) : System
desc string
t LiteralType
depth int
Résultat System
        public Literal(string desc, LiteralType t, int depth)
        {
            this.description = desc;
            this.type = t;
            this.depth = depth;
        }
Literal