C# Class Cottle.Demo.ValueAccessor

Show file Open project: r3c/cottle Class Usage Examples

Public Methods

Method Description
Load ( BinaryReader reader, Value>.IDictionary values ) : bool
Save ( BinaryWriter writer, Value>.IDictionary values ) : void

Private Methods

Method Description
Load ( BinaryReader reader, Value &value ) : bool
Save ( BinaryWriter writer, Value value ) : void

Method Details

Load() public static method

public static Load ( BinaryReader reader, Value>.IDictionary values ) : bool
reader System.IO.BinaryReader
values Value>.IDictionary
return bool

Save() public static method

public static Save ( BinaryWriter writer, Value>.IDictionary values ) : void
writer System.IO.BinaryWriter
values Value>.IDictionary
return void