[This is preliminary documentation and is subject to change.]
Namespace: NFX.Financial.Market.SecDbAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
internal static int readFromStream(
Stream stream,
byte[] buffer,
int count
)
internal static int readFromStream(
Stream stream,
byte[] buffer,
int count
)
Friend Shared Function readFromStream (
stream As Stream,
buffer As Byte(),
count As Integer
) As Integer
Friend Shared Function readFromStream (
stream As Stream,
buffer As Byte(),
count As Integer
) As Integer
internal:
static int readFromStream(
Stream^ stream,
array<unsigned char>^ buffer,
int count
)
internal:
static int readFromStream(
Stream^ stream,
array<unsigned char>^ buffer,
int count
)
internal static member readFromStream :
stream : Stream *
buffer : byte[] *
count : int -> int
internal static member readFromStream :
stream : Stream *
buffer : byte[] *
count : int -> int
Return Value
Type:
Int32