Click or drag to resize

PropertyFilteredIterableT Constructor

Namespace:  Frontenac.Blueprints.Util
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public PropertyFilteredIterable(
	string key,
	Object value,
	IEnumerable<T> iterable
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Frontenac.Blueprints.Util.PropertyFilteredIterable`1.#ctor(System.String,System.Object,System.Collections.Generic.IEnumerable{`0})"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Frontenac.Blueprints.Util.PropertyFilteredIterable`1.#ctor(System.String,System.Object,System.Collections.Generic.IEnumerable{`0})"]

iterable
Type: System.Collections.GenericIEnumerableT

[Missing <param name="iterable"/> documentation for "M:Frontenac.Blueprints.Util.PropertyFilteredIterable`1.#ctor(System.String,System.Object,System.Collections.Generic.IEnumerable{`0})"]

See Also