Method | Description | |
---|---|---|
Add ( |
Adds a
|
|
AddRange ( |
Copies the elements of an array to the end of the
|
|
AddRange ( |
Adds the contents of another
|
|
BusCollection ( ) : System |
Initializes a new instance of
|
|
BusCollection ( Bus val ) : System |
Initializes a new instance of
|
|
BusCollection ( BusCollection val ) : System |
Initializes a new instance of
|
|
Contains ( Bus val ) : bool |
Gets a value indicating whether the
|
|
CopyTo ( Bus array, int index ) : void |
Copies the
|
|
GetEnumerator ( ) : BusEnumerator |
Returns an enumerator that can iterate through the
|
|
IndexOf ( Bus val ) : int |
Returns the index of a
|
|
Insert ( int index, Bus val ) : void |
Inserts a
|
|
Remove ( Bus val ) : void |
Removes a specific
|
|
this ( int index ) : Bus |
Represents the entry at the specified index of the
|
public AddRange ( |
||
val |
/// An array of type |
|
return | void |
public AddRange ( |
||
val |
/// A |
|
return | void |
public BusCollection ( Bus val ) : System | ||
val | Bus |
/// A array of |
return | System |
public BusCollection ( BusCollection val ) : System | ||
val | BusCollection |
/// A |
return | System |
public CopyTo ( Bus array, int index ) : void | ||
array | Bus | The one-dimensional |
index | int | The index in |
return | void |
public Insert ( int index, Bus val ) : void | ||
index | int | The zero-based index where |
val | Bus | The |
return | void |
public Remove ( Bus val ) : void | ||
val | Bus | The |
return | void |
public this ( int index ) : Bus | ||
index | int | The zero-based index of the entry to locate in the collection. |
return | Bus |