GetGroupedMagickImageCollectionResultMethods() public method

public GetGroupedMagickImageCollectionResultMethods ( ) : IEnumerable
return IEnumerable
示例#1
0
 private void AddMagickImageCollectionResultMethods(XElement annotation)
 {
     foreach (MethodInfo[] overloads in _Types.GetGroupedMagickImageCollectionResultMethods())
     {
         annotation.AddBeforeSelf(CreateElement(overloads));
     }
 }