System.Collections.SortedList.ListKeys.this C# (CSharp) Метод

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

public this ( int index ) : object
index int
Результат object
			public virtual object this [int index] {
				get {
					return host.GetKey (index);
				}
				set {
					throw new NotSupportedException("attempt to modify a key");
				}
			}