Table of Contents

Class PinnedIntArray

Namespace
FellowOakDicom.IO
Assembly
fo-dicom.core.dll
public class PinnedIntArray : PinnedArray<int>, IDisposable
Inheritance
PinnedIntArray
Implements
Inherited Members
Extension Methods

Constructors

PinnedIntArray(int)

public PinnedIntArray(int count)

Parameters

count int

PinnedIntArray(int[])

public PinnedIntArray(int[] data)

Parameters

data int[]