Class MBList2D<T>
- Namespace
- TaleWorlds.Library
- Assembly
- TaleWorlds.Library.dll
public class MBList2D<T> : IMBCollection
Type Parameters
T
- Inheritance
-
MBList2D<T>
- Implements
- Inherited Members
Constructors
MBList2D(int, int)
public MBList2D(int count1, int count2)
Parameters
Properties
Count1
public int Count1 { get; }
Property Value
Count2
public int Count2 { get; }
Property Value
this[int, int]
public T this[int index1, int index2] { get; set; }
Parameters
Property Value
- T
RawArray
public T[] RawArray { get; }
Property Value
- T[]
Methods
Clear()
public void Clear()
Contains(T)
public bool Contains(T item)
Parameters
item
T
Returns
CopyRowTo(int, int, MBList2D<T>, int, int, int)
public void CopyRowTo(int sourceIndex1, int sourceIndex2, MBList2D<T> destination, int destinationIndex1, int destinationIndex2, int copyCount)
Parameters
sourceIndex1
intsourceIndex2
intdestination
MBList2D<T>destinationIndex1
intdestinationIndex2
intcopyCount
int
ResetWithNewCount(int, int)
public void ResetWithNewCount(int newCount1, int newCount2)
Parameters
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).