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

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

public Literal ( string text ) : System.Collections.Generic
text string
Результат System.Collections.Generic
        public Literal(string text)
        {
            Text = text;
        }
Literal