System.Collections.SortedList.ListKeys.this C# (CSharp) Method

this() public method

public this ( int index ) : object
index int
return object
			public virtual object this [int index] {
				get {
					return host.GetKey (index);
				}
				set {
					throw new NotSupportedException("attempt to modify a key");
				}
			}