Antlr4.Tool.AttributeDict.AttributeDict C# (CSharp) Method

AttributeDict() public method

public AttributeDict ( DictType type ) : System.Collections.Generic
type DictType
return System.Collections.Generic
        public AttributeDict(DictType type)
        {
            this.type = type;
        }

Same methods

AttributeDict::AttributeDict ( ) : System.Collections.Generic