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