C# Class ValveResourceFormat.Blocks.ResourceEditInfoStructs.InputDependencies

Inheritance: REDIBlock
Exibir arquivo Open project: SteamDatabase/ValveResourceFormat

Public Methods

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

Protected Methods

Method Description
WriteList ( IndentedTextWriter writer ) : void

Method Details

InputDependencies() public method

public InputDependencies ( ) : System.CodeDom.Compiler
return System.CodeDom.Compiler

Read() public method

public Read ( BinaryReader reader, Resource resource ) : void
reader System.IO.BinaryReader
resource Resource
return void

WriteList() protected method

protected WriteList ( IndentedTextWriter writer ) : void
writer System.CodeDom.Compiler.IndentedTextWriter
return void

WriteText() public method

public WriteText ( IndentedTextWriter writer ) : void
writer System.CodeDom.Compiler.IndentedTextWriter
return void