C# Class Nintenlord.IO.StreamExtensions

Show file Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
GetReaderName ( this reader ) : string
IsAtEnd ( this current ) : bool
LineEnumerator ( this reader ) : IEnumerable

Method Details

GetReaderName() public static method

public static GetReaderName ( this reader ) : string
reader this
return string

IsAtEnd() public static method

public static IsAtEnd ( this current ) : bool
current this
return bool

LineEnumerator() public static method

public static LineEnumerator ( this reader ) : IEnumerable
reader this
return IEnumerable