System.Collections.SortedList.ListKeys.this C# (CSharp) Méthode

this() public méthode

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