Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ServiceNameCollection (ICollection items) | |
bool | Contains (string? searchServiceName) |
ServiceNameCollection | Merge (string serviceName) |
ServiceNameCollection | Merge (IEnumerable serviceNames) |
virtual IEnumerator | GetEnumerator () |
Properties | |
ArrayList | InnerList [get] |
virtual int | Count [get] |
bool ICollection. | IsSynchronized [get] |
object ICollection. | SyncRoot [get] |
Private Member Functions | |
ServiceNameCollection (IList list, string serviceName) | |
ServiceNameCollection (IList list, IEnumerable serviceNames) | |
ServiceNameCollection (IList list, int additionalCapacity) | |
void | AddIfNew (IEnumerable serviceNames, bool expectStrings) |
void | AddIfNew (List< string > serviceNames) |
void | AddIfNew (IList serviceNames) |
void | AddIfNew (string serviceName) |
void ICollection. | CopyTo (Array array, int index) |
Static Private Member Functions | |
static int | GetCountOrOne (IEnumerable collection) |
static string | NormalizeServiceName (string inputServiceName) |
Private Attributes | |
ArrayList | _list |
Definition at line 8 of file ServiceNameCollection.cs.