Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Values
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
public
IValueProvider
MakeOfThisElementType
(
MakeValueArgs
args
)
Parameters
args
MakeValueArgs
Arguments to create a new value.
Return Value
IValueProvider
New instance concrete value.
Implements
IValuesProvider
T
MakeOfThisElementType(MakeValueArgs)
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
Values
T
Class
Fluent.Calculations.Primitives.Collections Namespace
In This Article
Definition
Parameters
Return Value
Implements
Remarks
See Also