




























| ![]() C# Visual Basic Visual C++ |
| A Sandcastle Documented Class Library |
| Util..::ReadAll Method |
Overload List
| Name | Description |
|---|---|
| ReadAll<(Of <<'(T>)>>)(Type, array<Byte>[]()[][]) |
Read array of struct in byte array into List of objects.
|
| ReadAll<(Of <<'(T>)>>)(Type, Stream, IList<(Of <<'(T>)>>)) |
Read array of struct in stream into List of objects.
Note: does not work with stucts containing VARSTR fields and STRUCT fields.
|
| ReadAll<(Of <<'(T>)>>)(Type, Stream, Util..::..ObjectHandlerProcess<(Of <<'(T>)>>)) |
Read array of struct in stream and processes them by handler.
Note: does not work with stucts containing VARSTR fields and STRUCT fields.
|
