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

Inherits ICollection, and IReadOnlyList< T >.

Public Member Functions

 MBReadOnlyList (List< T > list)
 
bool Contains (T item)
 
List< T >.Enumerator GetEnumerator ()
 
int IndexOf (T item)
 
void CopyTo (Array array, int index)
 

Properties

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

Constructor & Destructor Documentation

◆ MBReadOnlyList()

Member Function Documentation

◆ Contains()

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

◆ GetEnumerator()

List< T >.Enumerator TaleWorlds.Library.MBReadOnlyList< T >.GetEnumerator ( )

◆ IndexOf()

int TaleWorlds.Library.MBReadOnlyList< T >.IndexOf ( item)

◆ CopyTo()

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

Property Documentation

◆ Count

◆ IsSynchronized

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

◆ SyncRoot

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

◆ this[int index]

T TaleWorlds.Library.MBReadOnlyList< T >.this[int index]
get