GetGroupedMagickImageCollectionResultMethods() 공개 메소드

public GetGroupedMagickImageCollectionResultMethods ( ) : IEnumerable
리턴 IEnumerable
예제 #1
0
 private void AddMagickImageCollectionResultMethods(XElement annotation)
 {
     foreach (MethodInfo[] overloads in _Types.GetGroupedMagickImageCollectionResultMethods())
     {
         annotation.AddBeforeSelf(CreateElement(overloads));
     }
 }