Glob.Identifier.Identifier C# (CSharp) 메소드

Identifier() 공개 메소드

public Identifier ( string value ) : System.Collections.Generic
value string
리턴 System.Collections.Generic
        public Identifier(string value)
            : base(GlobNodeType.Identifier)
        {
            Value = value;
        }
Identifier