WellFormedNames.Literal.Literal C# (CSharp) Метод

Literal() публичный Метод

public Literal ( string desc, LiteralType t, int depth ) : System
desc string
t LiteralType
depth int
Результат System
        public Literal(string desc, LiteralType t, int depth)
        {
            this.description = desc;
            this.type = t;
            this.depth = depth;
        }
Literal