Exemplo n.º 1
0
 /// <summary>
 /// Disposes the MagickSearchResult instance.
 /// </summary>
 public void Dispose()
 {
     if (_Instance != null)
     {
         _Instance.Dispose();
     }
     _Instance = null;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Disposes the MagickSearchResult instance.
 /// </summary>
 public void Dispose()
 {
   if (_Instance != null)
     _Instance.Dispose();
   _Instance = null;
 }
Exemplo n.º 3
0
 internal MagickSearchResult(Wrapper.MagickSearchResult instance)
 {
     _Instance = instance;
 }
Exemplo n.º 4
0
 internal MagickSearchResult(Wrapper.MagickSearchResult instance)
 {
   _Instance = instance;
 }