Méthode | Description | |
---|---|---|
Add ( |
Adds an instance of type NavigatorItem to the end of this NavigatorItemCollection.
|
|
AddRange ( |
Adds the elements of an array to the end of this NavigatorItemCollection.
|
|
AddRange ( |
Adds the elements of another NavigatorItemCollection to the end of this NavigatorItemCollection.
|
|
Contains ( |
Determines whether a specfic NavigatorItem value is in this NavigatorItemCollection.
|
|
GetEnumerator ( ) : |
Returns an enumerator that can iterate through the elements of this NavigatorItemCollection.
|
|
IndexOf ( |
Return the zero-based index of the first occurrence of a specific value in this NavigatorItemCollection
|
|
Insert ( int index, |
Inserts an element into the NavigatorItemCollection at the specified index
|
|
NavigatorItemCollection ( ) : System |
Initializes a new empty instance of the NavigatorItemCollection class.
|
|
NavigatorItemCollection ( |
Initializes a new instance of the NavigatorItemCollection class, containing elements copied from an array.
|
|
NavigatorItemCollection ( |
Initializes a new instance of the NavigatorItemCollection class, containing elements copied from another instance of NavigatorItemCollection
|
|
Remove ( |
Removes the first occurrence of a specific NavigatorItem from this NavigatorItemCollection.
|
|
this ( int index ) : |
Gets or sets the NavigatorItem at the given index in this NavigatorItemCollection.
|
public Add ( |
||
value | /// The NavigatorItem to be added to the end of this NavigatorItemCollection. /// | |
Résultat | void |
public AddRange ( |
||
items | /// The array whose elements are to be added to the end of this NavigatorItemCollection. /// | |
Résultat | void |
public AddRange ( |
||
items | /// The NavigatorItemCollection whose elements are to be added to the end of this NavigatorItemCollection. /// | |
Résultat | void |
public Contains ( |
||
value | /// The NavigatorItem value to locate in this NavigatorItemCollection. /// | |
Résultat | bool |
public GetEnumerator ( ) : |
||
Résultat |
public IndexOf ( |
||
value | /// The NavigatorItem value to locate in the NavigatorItemCollection. /// | |
Résultat | int |
public Insert ( int index, |
||
index | int | /// The index at which the NavigatorItem is to be inserted. /// |
value | /// The NavigatorItem to insert. /// | |
Résultat | void |
public NavigatorItemCollection ( ) : System | ||
Résultat | System |
public NavigatorItemCollection ( |
||
items | /// The array whose elements are to be added to the new NavigatorItemCollection. /// | |
Résultat | System |
public NavigatorItemCollection ( |
||
items | /// The NavigatorItemCollection whose elements are to be added to the new NavigatorItemCollection. /// | |
Résultat | System |
public Remove ( |
||
value | /// The NavigatorItem value to remove from this NavigatorItemCollection. /// | |
Résultat | void |