Exemple #1
0
 private void AddMagickImageMethods(XElement annotation)
 {
     foreach (MethodInfo[] overloads in _Types.GetGroupedMagickImageMethods())
     {
         annotation.AddBeforeSelf(CreateElement(overloads));
     }
 }