C# Class Tibialyzer.TabStructure

Show file Open project: Mytherin/Tibialyzer

Public Properties

Property Type Description
address System.UInt32
prevsize int
size int

Public Methods

Method Description
GetMessage ( int i ) : string
GetMessages ( ) : IEnumerable
TabStructure ( UInt32 address ) : System

Method Details

GetMessage() public method

public GetMessage ( int i ) : string
i int
return string

GetMessages() public method

public GetMessages ( ) : IEnumerable
return IEnumerable

TabStructure() public method

public TabStructure ( UInt32 address ) : System
address System.UInt32
return System

Property Details

address public property

public UInt32,System address
return System.UInt32

prevsize public property

public int prevsize
return int

size public property

public int size
return int