コード例 #1
0
 internal RemoteCollection(LibGit2Sharp.RemoteCollection collection)
 => this.innerCollection = collection.NotNull();
コード例 #2
0
ファイル: NetworkEx.cs プロジェクト: chappoo/GitReleaseNotes
 public NetworkEx()
 {
     _remotes = new RemoteCollectionEx();
 }