Typed collection of bot
| C# | Visual Basic | Visual C++ |
public class BotCollection : IEnumerable
Public Class BotCollection _ Implements IEnumerable
public ref class BotCollection : IEnumerable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| BotCollection()()() | ||
| Count | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator()()() | ||
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Item[([(Int32])]) |
get a bot from the collection with it index
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveAt(Int32) | Obsolete. | |
| ToString()()() | (Inherited from Object.) |
Used by Player (bots property)
| Object | |
| BotCollection | |