GenericIteratorT Constructor

Initializes a new instance of the GenericIteratorT class.

Definition

Namespace: Firefly.Box.Data.UnderConstruction
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public GenericIterator(
	Entity e,
	Func<T> factory,
	params ColumnBase[] columns
)

Parameters

e  Entity
The e based on which this GenericIteratorT will be created
factory  FuncT
The factory based on which this GenericIteratorT will be created
columns  ColumnBase
The columns based on which this GenericIteratorT will be created

See Also