Table of Contents

Struct CSVParser.CSVRow

Namespace
Core.Loaders
Assembly
Core.dll

A single CSV row

public struct CSVParser.CSVRow

Fields

FieldCount

public int FieldCount

Field Value

int

Fields

public NativeArray<NativeSlice<byte>> Fields

Field Value

NativeArray<NativeSlice<byte>>

Methods

Create(int, Allocator)

public static CSVParser.CSVRow Create(int columnCount, Allocator allocator)

Parameters

columnCount int
allocator Allocator

Returns

CSVParser.CSVRow

Dispose()

public void Dispose()