System.Windows.Forms.ListView.CheckedIndexCollection.this C# (CSharp) Method

this() private method

private this ( int index ) : objectIList.System.Collections
index int
return objectIList.System.Collections
			object IList.this [int index] {
				get { return this [index]; }
				set { throw new NotSupportedException ("SetItem operation is not supported."); }
			}
			#endregion	// Public Properties

Same methods

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