コード例 #1
0
 public IEnumerable <IIndex> GetIndices()
 {
     return(new WrappedIndexIterable(_baseIndexableGraph.GetIndices()));
 }
コード例 #2
0
 public IEnumerable <IIndex> GetIndices()
 {
     return(new EventIndexIterable(_baseIndexableGraph.GetIndices(), this));
 }
コード例 #3
0
 public IEnumerable <IIndex> GetIndices()
 {
     return(new ReadOnlyIndexIterable(this, _baseIndexableGraph.GetIndices()));
 }
コード例 #4
0
 public IEnumerable <IIndex> GetIndices()
 {
     return(new PartitionIndexIterable(BaseIndexableGraph.GetIndices(), this));
 }