Edit

Share via


ByteArrayArray.Content Property

Definition

Gets the content of the array of byte arrays.

public:
 property cli::array <cli::array <System::Byte> ^> ^ Content { cli::array <cli::array <System::Byte> ^> ^ get(); };
public byte[][] Content { get; }
Public ReadOnly Property Content As Byte()()

Property Value

Byte[][]

Returns the content of the array.

Applies to