Class PinnedIntArray
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom.IO
Assembly: fo-dicom.core.dll
Syntax
public class PinnedIntArray : PinnedArray<int>, IDisposable
Constructors
PinnedIntArray(Int32)
Declaration
public PinnedIntArray(int count)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | count |
PinnedIntArray(Int32[])
Declaration
public PinnedIntArray(int[] data)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | data |
Implements
System.IDisposable