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

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

Méthodes publiques

Méthode Description
ContainsInfoFile ( string name ) : bool
this ( int index ) : TreInfo
this ( string name ) : TreInfo

Private Methods

Méthode Description
TREFile ( ) : System

Method Details

ContainsInfoFile() public méthode

public ContainsInfoFile ( string name ) : bool
name string
Résultat bool

this() public méthode

public this ( int index ) : TreInfo
index int
Résultat TreInfo

this() public méthode

public this ( string name ) : TreInfo
name string
Résultat TreInfo