Table of Contents

Struct FileIterator_ReadResult

Namespace
IceGrid
Assembly
IceGrid.dll
public record struct FileIterator_ReadResult : IEquatable<FileIterator_ReadResult>
Implements
Inherited Members

Constructors

FileIterator_ReadResult(bool, string[])

public FileIterator_ReadResult(bool returnValue, string[] lines)

Parameters

returnValue bool
lines string[]

Properties

lines

public string[] lines { readonly get; set; }

Property Value

string[]

returnValue

public bool returnValue { readonly get; set; }

Property Value

bool