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 HierarchySystemObject  Frontenac.Blueprints.UtilPropertyFilteredIterableT  
    Namespace: 
   Frontenac.Blueprints.Util
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic 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), 
	IEnumerablegeneric<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
    endType Parameters
- T
 [Missing <typeparam name="T"/> documentation for "T:Frontenac.Blueprints.Util.PropertyFilteredIterable`1"]
The PropertyFilteredIterableT type exposes the following members.
Constructors
Methods
See Also