C# Class System.IO._Proxy

Show file Open project: dolkensp/HoloXPLOR

Public Methods

Method Description
ReadAllBytes ( this stream ) : Byte[]
ReadGuid ( this reader, Boolean nullable = true ) : Guid?

Method Details

ReadAllBytes() public static method

public static ReadAllBytes ( this stream ) : Byte[]
stream this
return Byte[]

ReadGuid() public static method

public static ReadGuid ( this reader, Boolean nullable = true ) : Guid?
reader this
nullable Boolean
return Guid?