Table of Contents

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
Inherited Members

Constructors

NativeArrayEnumerator(NativeArray)

public NativeArrayEnumerator(NativeArray nativeArray)

Parameters

nativeArray NativeArray

Properties

Count

public int Count { get; }

Property Value

int

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).