コード例 #1
0
ファイル: StubFeed.cs プロジェクト: coinmaketcap/ripple-2
 public INugetFeed For(Feed feed)
 {
     return(_feeds[feed.Branch()]);
 }