System.Windows.Forms.CheckedListBox.CheckedIndexCollection.this C# (CSharp) Méthode

this() private méthode

private this ( int index ) : int
index int
Résultat int
			public int this[int index] {
				get {
					if (index < 0 || index >= Count)
						throw new ArgumentOutOfRangeException ("Index of out range");

					return (int) indices[index];
				}
			}
			#endregion Public Properties

Same methods

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