|
M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
|
Inherits TaleWorlds.Library.IMBCollection, ICollection, and System.Collections.IEnumerable< T >.
Public Member Functions | |
| MBQueue () | |
| MBQueue (Queue< T > queue) | |
| bool | Contains (T item) |
| IEnumerator< T > | GetEnumerator () |
| void | Clear () |
| void | Enqueue (T item) |
| T | Dequeue () |
| void | CopyTo (Array array, int index) |
| void | Clear () |
Properties | |
| int | Count [get] |
| bool | IsSynchronized [get] |
| object | SyncRoot [get] |
| TaleWorlds.Library.MBQueue< T >.MBQueue | ( | ) |
| TaleWorlds.Library.MBQueue< T >.MBQueue | ( | Queue< T > | queue | ) |
| bool TaleWorlds.Library.MBQueue< T >.Contains | ( | T | item | ) |
| IEnumerator< T > TaleWorlds.Library.MBQueue< T >.GetEnumerator | ( | ) |
| void TaleWorlds.Library.MBQueue< T >.Clear | ( | ) |
Implements TaleWorlds.Library.IMBCollection.
| void TaleWorlds.Library.MBQueue< T >.Enqueue | ( | T | item | ) |
| T TaleWorlds.Library.MBQueue< T >.Dequeue | ( | ) |
| void TaleWorlds.Library.MBQueue< T >.CopyTo | ( | Array | array, |
| int | index | ||
| ) |
|
get |
|
get |
|
get |