C# Class ValveResourceFormat.Blocks.ResourceEditInfoStructs.InputDependencies

Inheritance: REDIBlock
Afficher le fichier Open project: SteamDatabase/ValveResourceFormat

Méthodes publiques

Méthode Description
InputDependencies ( ) : System.CodeDom.Compiler
Read ( BinaryReader reader, Resource resource ) : void
WriteText ( IndentedTextWriter writer ) : void

Méthodes protégées

Méthode Description
WriteList ( IndentedTextWriter writer ) : void

Method Details

InputDependencies() public méthode

public InputDependencies ( ) : System.CodeDom.Compiler
Résultat System.CodeDom.Compiler

Read() public méthode

public Read ( BinaryReader reader, Resource resource ) : void
reader System.IO.BinaryReader
resource Resource
Résultat void

WriteList() protected méthode

protected WriteList ( IndentedTextWriter writer ) : void
writer System.CodeDom.Compiler.IndentedTextWriter
Résultat void

WriteText() public méthode

public WriteText ( IndentedTextWriter writer ) : void
writer System.CodeDom.Compiler.IndentedTextWriter
Résultat void