System.Windows.Forms.ListView.SelectedIndexCollection.this C# (CSharp) Méthode

this() private méthode

private this ( int index ) : objectIList.System.Collections
index int
Résultat 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.SelectedIndexCollection::this ( int index ) : int