System.Windows.Forms.ListBox.SelectedIndexCollection.this C# (CSharp) Method

this() private method

private this ( int index ) : objectIList.System
index int
return objectIList.System
			object IList.this[int index]{
				get { return this [index]; }
				set {throw new NotImplementedException (); }
			}

Same methods

ListBox.SelectedIndexCollection::this ( int index ) : int