C# 클래스 SimTelemetry.Data.Extensions

Multiple extensions used around the program.
파일 보기 프로젝트 열기: nlhans/SimTelemetry

공개 메소드들

메소드 설명
ReadLine ( this fs ) : string
WriteLine ( this fs, string f ) : void
WriteString ( this fs, string f ) : void

메소드 상세

ReadLine() 공개 정적인 메소드

public static ReadLine ( this fs ) : string
fs this
리턴 string

WriteLine() 공개 정적인 메소드

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

WriteString() 공개 정적인 메소드

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