




























![]() ![]() ![]() ![]() ![]() |
A Sandcastle Documented Class Library |
Util2..::WriteAll<(Of <(<'T>)>)> Method (Type, IList<(Of <(<'T>)>)>, Stream, LengthProvider, MaxLengthProvider, ElementsProvider) |
Write List of objects into array of struct in stream.
Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
Syntax
C# | Visual Basic | Visual C++ |
public static void WriteAll<T>( Type t, IList<T> lst, Stream stm, LengthProvider lenpvd, MaxLengthProvider maxlenpvd, ElementsProvider elmpvd )
Public Shared Sub WriteAll(Of T) ( _ t As Type, _ lst As IList(Of T), _ stm As Stream, _ lenpvd As LengthProvider, _ maxlenpvd As MaxLengthProvider, _ elmpvd As ElementsProvider _ )
public: generic<typename T> static void WriteAll( Type^ t, IList<T>^ lst, Stream^ stm, LengthProvider^ lenpvd, MaxLengthProvider^ maxlenpvd, ElementsProvider^ elmpvd )
Parameters
- t
- Type
Type.
- lst
- IList<(Of <(<'T>)>)>
list of object.
- stm
- Stream
Stream.
- lenpvd
- LengthProvider
Length provider.
- maxlenpvd
- MaxLengthProvider
Max length provider.
- elmpvd
- ElementsProvider
Element provider.
Type Parameters
- T
- Type.
Exceptions
Exception | Condition |
---|---|
Vajhoej.Record..::..RecordException | If problem with record definition. |
System.IO..::..IOException | If problem with stream. |