C# Class HavenSoft.HexManiac.Core.Models.Runs.HeaderRow

Represents a horizontal row of labels. Each entry is meant to label a column.
显示文件 Open project: haven1433/HexManiacAdvance

Public Methods

Method Description
GetDefaultColumnHeaders ( int columnCount, int startingDataIndex ) : IReadOnlyList
HeaderRow ( HavenSoft.HexManiac.Core.Models.Runs.ArrayRun source, int byteStart, int length ) : System.Collections.Generic
HeaderRow ( int start, int length ) : System.Collections.Generic

Method Details

GetDefaultColumnHeaders() public static method

public static GetDefaultColumnHeaders ( int columnCount, int startingDataIndex ) : IReadOnlyList
columnCount int
startingDataIndex int
return IReadOnlyList

HeaderRow() public method

public HeaderRow ( HavenSoft.HexManiac.Core.Models.Runs.ArrayRun source, int byteStart, int length ) : System.Collections.Generic
source HavenSoft.HexManiac.Core.Models.Runs.ArrayRun
byteStart int
length int
return System.Collections.Generic

HeaderRow() public method

public HeaderRow ( int start, int length ) : System.Collections.Generic
start int
length int
return System.Collections.Generic