internal RemoteCollection(LibGit2Sharp.RemoteCollection collection)
 => this.innerCollection = collection.NotNull();
Exemple #2
0
 public NetworkEx()
 {
     _remotes = new RemoteCollectionEx();
 }