示例#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()));
 }
 public IEnumerable <IIndex> GetIndices()
 {
     return(new PartitionIndexIterable(BaseIndexableGraph.GetIndices(), this));
 }