コード例 #1
0
ファイル: Ignite.cs プロジェクト: zhiqinghuang/ignite
 /** <inheritdoc /> */
 public IClusterNode Node(Guid id)
 {
     return(_prj.Node(id));
 }