Exemplo n.º 1
0
 public static AnnotationsExporterParameters WithLibraries(
     this AnnotationsExporterParameters @this,
     [InstantHandle] IEnumerable <string> paths)
 {
     @this.AddLibraries(paths);
     return(@this);
 }
Exemplo n.º 2
0
 public static AnnotationsExporterParameters WithLibraries(this AnnotationsExporterParameters @this, params string[] paths)
 {
     @this.AddLibraries(paths);
     return(@this);
 }