ImageMagick.MagickFormatInfo.NativeMagickFormatInfo.DisposeList C# (CSharp) Method

DisposeList() public static method

public static DisposeList ( IntPtr instance, int length ) : void
instance System.IntPtr
length int
return void
      public static void DisposeList(IntPtr instance, int length)
      {
        #if ANYCPU
        if (NativeLibrary.Is64Bit)
        #endif
        #if WIN64 || ANYCPU
        NativeMethods.X64.MagickFormatInfo_DisposeList(instance, (UIntPtr)length);
        #endif
        #if ANYCPU
        else
        #endif
        #if !WIN64 || ANYCPU
        NativeMethods.X86.MagickFormatInfo_DisposeList(instance, (UIntPtr)length);
        #endif
      }
      public void GetInfo(IntPtr list, int index)