|
|
|
|
|
|
|
Determines the index of a specific Atom.
|
|
|
|
|
[C#]
int IndexOf(Atom
value)
[Visual Basic]
Function IndexOf(value As Atom) As Integer
|
|
|
|
|
Name
|
Description
|
value |
The object to locate in the Collection. |
return |
If found, the index of value, otherwise -1. |
|
|
|
|
|
Determines the index of a specific Atom in the Collection.
|
|
|
|
|
|