Glob.Identifier.Identifier C# (CSharp) Méthode

Identifier() public méthode

public Identifier ( string value ) : System.Collections.Generic
value string
Résultat System.Collections.Generic
        public Identifier(string value)
            : base(GlobNodeType.Identifier)
        {
            Value = value;
        }
Identifier