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