System.Reflection.Tests.PropertyInfoTests.GetSetStruct.this C# (CSharp) Method

this() public method

public this ( int index ) : string
index int
return string
            public string this[int index] { get { return "name"; } }
        }
PropertyInfoTests.GetSetStruct