//===========================================================================================
 private void AddMagickImageCollectionResultMethods(XElement annotation)
 {
     foreach (MethodInfo[] overloads in _GraphicsMagickNET.GetGroupedMagickImageCollectionResultMethods())
     {
         annotation.AddBeforeSelf(CreateElement(overloads));
     }
 }