Microsoft.Language.Xml.Scanner.Intern C# (CSharp) 메소드

Intern() 개인적인 메소드

private Intern ( char spelling ) : string
spelling char
리턴 string
        private string Intern(char spelling)
        {
            return _stringTable.Add(spelling);
        }
Scanner