System.Collections.SortedList.ListValues.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int index ) : object
index int
리턴 object
			public virtual object this [int index] {
				get {
					return host.GetByIndex (index);
				}
				set {
					throw new NotSupportedException("This operation is not supported on GetValueList return");
				}
			}