Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
IValues
Provider
T
Make
Of
This
Element
Type Method
Initializes a new instance of collection element type.
Definition
Namespace:
Fluent.Calculations.Primitives.Collections
Assembly:
Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
C#
Copy
View Source
IValueProvider
MakeOfThisElementType
(
MakeValueArgs
args
)
Parameters
args
MakeValueArgs
Arguments to create a new value.
Return Value
IValueProvider
New instance concrete value.
Remarks
Method is used to implement aggregate collection methods where the result is single value, examples are methods like Sum(), Min() or Max().
See Also
Reference
IValuesProvider
T
Interface
Fluent.Calculations.Primitives.Collections Namespace
In This Article
Definition
Parameters
Return Value
Remarks
See Also