System.Windows.Forms.ListView.CheckedListViewItemCollection.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.CheckedListViewItemCollection::this ( int index ) : System.Windows.Forms.ListViewItem
ListView.CheckedListViewItemCollection::this ( string key ) : System.Windows.Forms.ListViewItem