C# Class OpenRA.FileSystem.D2kSoundResources

Inheritance: IFolder
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
Contains ( string filename ) : bool
D2kSoundResources ( FileSystem context, string filename ) : System.Collections.Generic
Dispose ( ) : void
GetStream ( string filename ) : Stream

Method Details

Contains() public méthode

public Contains ( string filename ) : bool
filename string
Résultat bool

D2kSoundResources() public méthode

public D2kSoundResources ( FileSystem context, string filename ) : System.Collections.Generic
context FileSystem
filename string
Résultat System.Collections.Generic

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetStream() public méthode

public GetStream ( string filename ) : Stream
filename string
Résultat Stream