M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.Library.MBQueue< T > Class Template Reference

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)
 
Dequeue ()
 
void CopyTo (Array array, int index)
 
void Clear ()
 

Properties

int Count [get]
 
bool IsSynchronized [get]
 
object SyncRoot [get]
 

Constructor & Destructor Documentation

◆ MBQueue() [1/2]

◆ MBQueue() [2/2]

TaleWorlds.Library.MBQueue< T >.MBQueue ( Queue< T >  queue)

Member Function Documentation

◆ Contains()

bool TaleWorlds.Library.MBQueue< T >.Contains ( item)

◆ GetEnumerator()

IEnumerator< T > TaleWorlds.Library.MBQueue< T >.GetEnumerator ( )

◆ Clear()

◆ Enqueue()

void TaleWorlds.Library.MBQueue< T >.Enqueue ( item)

◆ Dequeue()

T TaleWorlds.Library.MBQueue< T >.Dequeue ( )

◆ CopyTo()

void TaleWorlds.Library.MBQueue< T >.CopyTo ( Array  array,
int  index 
)

Property Documentation

◆ Count

int TaleWorlds.Library.MBQueue< T >.Count
get

◆ IsSynchronized

bool TaleWorlds.Library.MBQueue< T >.IsSynchronized
get

◆ SyncRoot

object TaleWorlds.Library.MBQueue< T >.SyncRoot
get