C# Class Wxv.Swg.Common.Files.TREFile

Tre package file
Inheritance: ISWGFile
Mostra file Open project: wverkley/Swg.Explorer Class Usage Examples

Public Methods

Method Description
ContainsInfoFile ( string name ) : bool
this ( int index ) : TreInfo
this ( string name ) : TreInfo

Private Methods

Method Description
TREFile ( ) : System

Method Details

ContainsInfoFile() public method

public ContainsInfoFile ( string name ) : bool
name string
return bool

this() public method

public this ( int index ) : TreInfo
index int
return TreInfo

this() public method

public this ( string name ) : TreInfo
name string
return TreInfo