System.Collections.SortedList.ListValues.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.GetByIndex (index);
				}
				set {
					throw new NotSupportedException("This operation is not supported on GetValueList return");
				}
			}