C# Class SimTelemetry.Data.Extensions

Multiple extensions used around the program.
Mostra file Open project: nlhans/SimTelemetry

Public Methods

Method Description
ReadLine ( this fs ) : string
WriteLine ( this fs, string f ) : void
WriteString ( this fs, string f ) : void

Method Details

ReadLine() public static method

public static ReadLine ( this fs ) : string
fs this
return string

WriteLine() public static method

public static WriteLine ( this fs, string f ) : void
fs this
f string
return void

WriteString() public static method

public static WriteString ( this fs, string f ) : void
fs this
f string
return void