Click or drag to resize

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
  Frontenac.Blueprints.UtilPropertyFilteredIterableT

Namespace:  Frontenac.Blueprints.Util
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public class PropertyFilteredIterable<T> : ICloseableIterable<T>, 
	IDisposable, IEnumerable<T>, IEnumerable
where T : class, IElement

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Frontenac.Blueprints.Util.PropertyFilteredIterable`1"]

The PropertyFilteredIterableT type exposes the following members.

Constructors
  NameDescription
Public methodPropertyFilteredIterableT
Initializes a new instance of the PropertyFilteredIterableT class
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the PropertyFilteredIterableT
Public methodGetEnumerator
Top
See Also