PropertyFilteredIterableT Class |
This is a helper class for filtering an IEnumerable of elements by their key/value.
Useful for Graph implementations that do no support automatic key indices and need to filter on Graph.getVertices/Edges(key,value).
Inheritance Hierarchy SystemObject VelocityGraph.Frontenac.Blueprints.UtilPropertyFilteredIterableT
Namespace:
VelocityGraph.Frontenac.Blueprints.Util
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public class PropertyFilteredIterable<T> : ICloseableIterable<T>,
IDisposable, IEnumerable<T>, IEnumerable
where T : class, IElement
Public Class PropertyFilteredIterable(Of T As {Class, IElement})
Implements ICloseableIterable(Of T), IDisposable, IEnumerable(Of T),
IEnumerable
generic<typename T>
where T : ref class, IElement
public ref class PropertyFilteredIterable : ICloseableIterable<T>,
IDisposable, IEnumerable<T>, IEnumerable
type PropertyFilteredIterable<'T when 'T : not struct and IElement> =
class
interface ICloseableIterable<'T>
interface IDisposable
interface IEnumerable<'T>
interface IEnumerable
end
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:VelocityGraph.Frontenac.Blueprints.Util.PropertyFilteredIterable`1"]
The PropertyFilteredIterableT type exposes the following members.
Constructors Methods See Also