public IEnumerable <IIndex> GetIndices() { return(new WrappedIndexIterable(_baseIndexableGraph.GetIndices())); }
public IEnumerable <IIndex> GetIndices() { return(new EventIndexIterable(_baseIndexableGraph.GetIndices(), this)); }
public IEnumerable <IIndex> GetIndices() { return(new ReadOnlyIndexIterable(this, _baseIndexableGraph.GetIndices())); }
public IEnumerable <IIndex> GetIndices() { return(new PartitionIndexIterable(BaseIndexableGraph.GetIndices(), this)); }