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