Search Results for

    Show / Hide Table of Contents

    Class PinnedIntArray

    Inheritance
    Object
    PinnedArray<Int32>
    PinnedIntArray
    Implements
    IDisposable
    Inherited Members
    PinnedArray<Int32>.Data
    PinnedArray<Int32>.Count
    PinnedArray<Int32>.ByteSize
    PinnedArray<Int32>.Pointer
    PinnedArray<Int32>.Item[Int32]
    PinnedArray<Int32>.Dispose()
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.IO
    Assembly: cs.temp.dll.dll
    Syntax
    public class PinnedIntArray : PinnedArray<int>, IDisposable

    Constructors

    PinnedIntArray(Int32)

    Declaration
    public PinnedIntArray(int count)
    Parameters
    Type Name Description
    Int32 count

    PinnedIntArray(Int32[])

    Declaration
    public PinnedIntArray(int[] data)
    Parameters
    Type Name Description
    Int32[] data

    Implements

    System.IDisposable
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors