Class PinnedByteArray
Implements
Inherited Members
Namespace: Dicom.IO
Assembly: cs.temp.dll.dll
Syntax
public class PinnedByteArray : PinnedArray<byte>, IDisposable
Constructors
PinnedByteArray(Byte[])
Declaration
public PinnedByteArray(byte[] data)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | data |
PinnedByteArray(Int32)
Declaration
public PinnedByteArray(int count)
Parameters
Type | Name | Description |
---|---|---|
Int32 | count |