ImageMagick.MagickScript.ExecuteDeconstruct C# (CSharp) Метод

ExecuteDeconstruct() приватный статический Метод

private static ExecuteDeconstruct ( MagickImageCollection collection ) : MagickImage
collection MagickImageCollection
Результат MagickImage
    private static MagickImage ExecuteDeconstruct(MagickImageCollection collection)
    {
      collection.Deconstruct();
      return null;
    }
    private MagickImage ExecuteMap(XmlElement element, MagickImageCollection collection)
MagickScript