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