Property | Type | Description | |
---|---|---|---|
CheckedIndexCollection | System | ||
IList | int | ||
IList | void | ||
IList | void | ||
IList | void | ||
IList | void | ||
InnerArrayGetEntryObject | object | ||
InnerArrayIndexOfIdentifier | int |
Method | Description | |
---|---|---|
Contains ( object item ) : bool |
Determines whether the collection contains the button spec.
|
|
CopyTo ( |
Copies all the elements of the current collection to the specified Array.
|
|
GetEnumerator ( ) : IEnumerator |
Enumerate using non-generic interface.
|
|
IndexOf ( int index ) : int |
Returns an index into the collection of checked indexes.
|
|
IndexOf ( object item ) : int |
Determines the index of the specified spec in the collection.
|
|
this ( int index ) : object |
Gets or sets the item at the specified index.
|
Method | Description | |
---|---|---|
CheckedIndexCollection ( |
Initialize a new instance of the CheckedIndexCollection class.
|
|
IList ( object value ) : int | ||
IList ( ) : void | ||
IList ( int index ) : void | ||
IList ( int index, object value ) : void | ||
IList ( object value ) : void | ||
InnerArrayGetEntryObject ( int index, int stateMask ) : object | ||
InnerArrayIndexOfIdentifier ( object identifier, int stateMask ) : int |
public Contains ( object item ) : bool | ||
item | object | Object reference. |
return | bool |
public CopyTo ( |
||
array | The Array that is the destination of the elements copied from the collection. | |
index | int | The index in array at which copying begins. |
return | void |
public IndexOf ( int index ) : int | ||
index | int | The index of the checked item. |
return | int |
public IndexOf ( object item ) : int | ||
item | object | Object reference. |
return | int |