Constructor ByteArrayFileContent
| Improve this Doc View SourceByteArrayFileContent(Byte[])
Initializes a new instance of the ByteArrayFileContent class
with the provided content.
Declaration
public ByteArrayFileContent(byte[] content)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte[] | content | The bytes that represent the file contents. |