Antlr4.StringTemplate.Debug.AddAttributeEvent.AddAttributeEvent C# (CSharp) 메소드

AddAttributeEvent() 공개 메소드

public AddAttributeEvent ( string name, object value )
name string
value object
        public AddAttributeEvent(string name, object value)
        {
            this.name = name;
            this.value = value;
        }