System.Reflection.Tests.PropertyInfoTests.GetSetClass.this C# (CSharp) Метод

this() публичный Метод

public this ( int index ) : int
index int
Результат int
            public int this[int index] { get { return 2; } set { } }
        }
PropertyInfoTests.GetSetClass