Class NativeArrayEnumerator<T>
- Namespace
- TaleWorlds.DotNet
- Assembly
- TaleWorlds.DotNet.dll
public sealed class NativeArrayEnumerator<T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : struct
Type Parameters
T
- Inheritance
-
NativeArrayEnumerator<T>
- Implements
-
IEnumerable<T>
- Inherited Members
Constructors
NativeArrayEnumerator(NativeArray)
public NativeArrayEnumerator(NativeArray nativeArray)
Parameters
nativeArray
NativeArray
Properties
Count
public int Count { get; }
Property Value
this[int]
public T this[int index] { get; }
Parameters
index
int
Property Value
- T
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).