System.Windows.Forms.CheckedListBox.CheckedIndexCollection.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 indices[index]; }
				set {throw new NotImplementedException (); }
			}

Same methods

CheckedListBox.CheckedIndexCollection::this ( int index ) : int