Antlr4.Runtime.CommonTokenFactory.CommonTokenFactory C# (CSharp) Метод

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

Constructs a CommonTokenFactory with the specified value for copyText .

When copyText is , the Default instance should be used instead of constructing a new instance.

public CommonTokenFactory ( bool copyText ) : System
copyText bool /// The value for /// /// . ///
Результат System
        public CommonTokenFactory(bool copyText)
        {
            this.copyText = copyText;
        }

Same methods

CommonTokenFactory::CommonTokenFactory ( ) : System