Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class PinnedIntArray

    Inheritance
    System.Object
    PinnedArray<System.Int32>
    PinnedIntArray
    Implements
    System.IDisposable
    Inherited Members
    PinnedArray<Int32>.Data
    PinnedArray<Int32>.Count
    PinnedArray<Int32>.ByteSize
    PinnedArray<Int32>.Pointer
    PinnedArray<Int32>.Item[Int32]
    PinnedArray<Int32>.Dispose()
    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

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors