C# Class TagTool.Analysis.TagBlockGuess

Inheritance: ITagElementGuess
Show file Open project: TheGuardians/TagTool Class Usage Examples

Public Methods

Method Description
Accept ( uint offset, ITagElementGuessVisitor visitor ) : void
Merge ( ITagElementGuess other ) : bool
TagBlockGuess ( TagLayoutGuess layout, uint align ) : System

Method Details

Accept() public method

public Accept ( uint offset, ITagElementGuessVisitor visitor ) : void
offset uint
visitor ITagElementGuessVisitor
return void

Merge() public method

public Merge ( ITagElementGuess other ) : bool
other ITagElementGuess
return bool

TagBlockGuess() public method

public TagBlockGuess ( TagLayoutGuess layout, uint align ) : System
layout TagLayoutGuess
align uint
return System