Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Values
T
Make
Default Method
Returns the default value empty collection of a concrete 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
MakeDefault
()
Return Value
IValueProvider
Default collection instance.
Implements
IValueProvider
MakeDefault
Remarks
Casting to target type is responsibility of caller.
See Also
Reference
Values
T
Class
Fluent.Calculations.Primitives.Collections Namespace
In This Article
Definition
Return Value
Implements
Remarks
See Also