Метод | Описание | |
---|---|---|
Add ( |
Adds a
|
|
AddRange ( |
Copies the elements of an array to the end of the xpidea.neuro.net.NeuroLinkCollection.
|
|
AddRange ( |
Adds the contents of another xpidea.neuro.net.NeuroLinkCollection to the end of the collection.
|
|
Contains ( |
Gets a value indicating whether the
|
|
CopyTo ( |
Copies the xpidea.neuro.net.NeuroLinkCollection values to a one-dimensional System.Array instance at the specified index.
|
|
GetEnumerator ( ) : CustomNeuroLinkEnumerator |
Returns an enumerator that can iterate through the
|
|
IndexOf ( |
Returns the index of a
|
|
Insert ( int index, |
Inserts a xpidea.neuro.net.NeuroLink into the xpidea.neuro.net.NeuroLinkCollection at the specified index.
|
|
NeuroLinkCollection ( ) : System |
Initializes a new instance of
|
|
NeuroLinkCollection ( |
Initializes a new instance of
|
|
NeuroLinkCollection ( |
Initializes a new instance of
|
|
Remove ( |
Removes a specific xpidea.neuro.net.NeuroLink from the xpidea.neuro.net.NeuroLinkCollection .
|
|
this ( int index ) : |
Represents the entry at the specified index of the
|
Метод | Описание | |
---|---|---|
CreateContainigObject ( ) : |
Overridden.Creates new object contained by collection.
|
public Add ( |
||
value | The |
|
Результат | int |
public AddRange ( |
||
value |
/// An array of type |
|
Результат | void |
public AddRange ( |
||
value |
/// A |
|
Результат | void |
public Contains ( |
||
value | The |
|
Результат | bool |
public CopyTo ( |
||
array |
/// |
|
index | int | The index in |
Результат | void |
protected CreateContainigObject ( ) : |
||
Результат |
public GetEnumerator ( ) : CustomNeuroLinkEnumerator | ||
Результат | CustomNeuroLinkEnumerator |
public IndexOf ( |
||
value | The |
|
Результат | int |
public Insert ( int index, |
||
index | int | The zero-based index where |
value | ||
Результат | void |
public NeuroLinkCollection ( |
||
value |
/// A array of |
|
Результат | System |
public NeuroLinkCollection ( |
||
value |
/// A |
|
Результат | System |
public Remove ( |
||
value |
/// The |
|
Результат | void |
public this ( int index ) : |
||
index | int |
/// |
Результат |