C# Class SimTelemetry.Data.Extensions

Multiple extensions used around the program.
Afficher le fichier Open project: nlhans/SimTelemetry

Méthodes publiques

Méthode Description
ReadLine ( this fs ) : string
WriteLine ( this fs, string f ) : void
WriteString ( this fs, string f ) : void

Method Details

ReadLine() public static méthode

public static ReadLine ( this fs ) : string
fs this
Résultat string

WriteLine() public static méthode

public static WriteLine ( this fs, string f ) : void
fs this
f string
Résultat void

WriteString() public static méthode

public static WriteString ( this fs, string f ) : void
fs this
f string
Résultat void