Метод | Описание | |
---|---|---|
Add ( |
Adds an instance of type AtomParticipant to the end of this AtomParticipantCollection.
|
|
AddRange ( |
Adds the elements of an array to the end of this AtomParticipantCollection.
|
|
AddRange ( |
Adds the elements of another AtomParticipantCollection to the end of this AtomParticipantCollection.
|
|
AtomParticipantCollection ( ) : System |
Initializes a new empty instance of the AtomParticipantCollection class.
|
|
AtomParticipantCollection ( |
Initializes a new instance of the AtomParticipantCollection class, containing elements copied from an array.
|
|
AtomParticipantCollection ( |
Initializes a new instance of the AtomParticipantCollection class, containing elements copied from another instance of AtomParticipantCollection
|
|
Contains ( |
Determines whether a specfic AtomParticipant value is in this AtomParticipantCollection.
|
|
GetEnumerator ( ) : |
Returns an enumerator that can iterate through the elements of this AtomParticipantCollection.
|
|
IndexOf ( |
Return the zero-based index of the first occurrence of a specific value in this AtomParticipantCollection
|
|
Insert ( int index, |
Inserts an element into the AtomParticipantCollection at the specified index
|
|
Remove ( |
Removes the first occurrence of a specific AtomParticipant from this AtomParticipantCollection.
|
|
this ( int index ) : |
Gets or sets the AtomParticipant at the given index in this AtomParticipantCollection.
|
public Add ( |
||
value | /// The AtomParticipant to be added to the end of this AtomParticipantCollection. /// | |
Результат | void |
public AddRange ( |
||
participants | /// The array whose elements are to be added to the end of this AtomParticipantCollection. /// | |
Результат | void |
public AddRange ( |
||
participants | /// The AtomParticipantCollection whose elements are to be added to the end of this AtomParticipantCollection. /// | |
Результат | void |
public AtomParticipantCollection ( ) : System | ||
Результат | System |
public AtomParticipantCollection ( |
||
participants | /// The array whose elements are to be added to the new AtomParticipantCollection. /// | |
Результат | System |
public AtomParticipantCollection ( |
||
participants | /// The AtomParticipantCollection whose elements are to be added to the new AtomParticipantCollection. /// | |
Результат | System |
public Contains ( |
||
value | /// The AtomParticipant value to locate in this AtomParticipantCollection. /// | |
Результат | bool |
public GetEnumerator ( ) : |
||
Результат |
public IndexOf ( |
||
value | /// The AtomParticipant value to locate in the AtomParticipantCollection. /// | |
Результат | int |
public Insert ( int index, |
||
index | int | /// The index at which the AtomParticipant is to be inserted. /// |
value | /// The AtomParticipant to insert. /// | |
Результат | void |
public Remove ( |
||
value | /// The AtomParticipant value to remove from this AtomParticipantCollection. /// | |
Результат | void |
public this ( int index ) : |
||
index | int | |
Результат |