Partager via


ChunkedByteArray Constructor (IList<Byte[]>)

 

Creates a new instance of the ChunkedByteArray object, using the specified data to chunk.

Namespace:   Microsoft.WindowsServerSolutions.Settings
Assembly:  SettingsObjectModel (in SettingsObjectModel.dll)

Syntax

public ChunkedByteArray(
    IList<byte[]> dataToChunk
)
public:
ChunkedByteArray(
    IList<array<unsigned char>^>^ dataToChunk
)
Public Sub New (
    dataToChunk As IList(Of Byte())
)

Parameters

See Also

ChunkedByteArray Overload
ChunkedByteArray Class
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top