Ext.Net.ListenerArgumentAttribute.ListenerArgumentAttribute C# (CSharp) Method

ListenerArgumentAttribute() private method

private ListenerArgumentAttribute ( int index, string name ) : System
index int
name string
return System
        public ListenerArgumentAttribute(int index, string name)
        {
            this.index = index;
            this.name = name;
        }

Same methods

ListenerArgumentAttribute::ListenerArgumentAttribute ( int index, string name, Type type ) : System
ListenerArgumentAttribute::ListenerArgumentAttribute ( int index, string name, Type type, string description ) : System
ListenerArgumentAttribute