[This is preliminary documentation and is subject to change.]
Searches for the specified ActorConnection and
returns the zero-based index of the first occurrence within the entire ActorConnectionCollection.
| C# | Visual Basic | Visual C++ |
public int IndexOf( ActorConnection value )
Public Function IndexOf ( _ value As ActorConnection _ ) As Integer
public: int IndexOf( ActorConnection^ value )
- value (ActorConnection)
- The ActorConnection to locate in the ActorConnectionCollection.
The zero-based index of the first occurrence of value within the entire ActorConnectionCollection,
if found; otherwise, -1.