Jayrock.Json.Conversion.TestCustomTypeDescriptor.ThingWithIndexer.this C# (CSharp) Method

this() public method

public this ( int index ) : object
index int
return object
            public object this[int index]
            {
                get { throw new NotImplementedException(); }
                set { throw new NotImplementedException(); }
            }
TestCustomTypeDescriptor.ThingWithIndexer