コード例 #1
0
ファイル: ClusterGroupImpl.cs プロジェクト: zhangxinxf/ignite
 /** <inheritDoc /> */
 public IClusterGroup ForYoungest()
 {
     return(GetClusterGroup(UU.ProjectionForYoungest(Target)));
 }