GetGroupedMagickImageCollectionMethods() public method

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