[This is preliminary documentation and is subject to change.]
Adds an object to the end of the ActorConnectionCollection.
| C# | Visual Basic | Visual C++ |
public int Add( ActorConnection value )
Public Function Add ( _ value As ActorConnection _ ) As Integer
public: int Add( ActorConnection^ value )
- value (ActorConnection)
- The ActorConnection to be added to the end of the ActorConnectionCollection.
The ActorConnectionCollection index at which the value has been added.