Partager via


ChunkedByteArray Constructor (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(
    byte[] dataToChunk
)
public:
ChunkedByteArray(
    array<unsigned char>^ dataToChunk
)
Public Sub New (
    dataToChunk As Byte()
)

Parameters

See Also

ChunkedByteArray Overload
ChunkedByteArray Class
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top