Click or drag to resize

OdataCollectionW, I Constructor

Initializes a new instance of the OdataCollectionW, I class

Namespace: Scanjour.Workflow4.ActivityLibrary.OdataHelpers
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public OdataCollection(
	ICollection<W> collection,
	Func<W, I> mapper
)

Parameters

collection  ICollectionW

[Missing <param name="collection"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.OdataHelpers.OdataCollection`2.#ctor(System.Collections.Generic.ICollection{`0},System.Func{`0,`1})"]

mapper  FuncW, I

[Missing <param name="mapper"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.OdataHelpers.OdataCollection`2.#ctor(System.Collections.Generic.ICollection{`0},System.Func{`0,`1})"]

See Also