ProxyExtensionsGetters Method |
Returns a set of
FuncTResult for the quantity.
We can return several quantities with the same id (usually they will differ in their description).
If the quantity is not offerent, an empty list is returned.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static List<KeyValuePair<IQuantity, Func<double>>> Getters(
this IDoubleProxy proxy,
IQuantity quantity
)
<ExtensionAttribute>
Public Shared Function Getters (
proxy As IDoubleProxy,
quantity As IQuantity
) As List(Of KeyValuePair(Of IQuantity, Func(Of Double)))
public:
[ExtensionAttribute]
static List<KeyValuePair<IQuantity^, Func<double>^>>^ Getters(
IDoubleProxy^ proxy,
IQuantity^ quantity
)
Parameters
- proxy
- Type: DHI.Mike1D.GenericIDoubleProxy
- quantity
- Type: DHI.Mike1D.GenericIQuantity
Return Value
Type:
ListKeyValuePairIQuantity,
FuncDouble[Missing <returns> documentation for "M:DHI.Mike1D.Generic.ProxyExtensions.Getters(DHI.Mike1D.Generic.IDoubleProxy,DHI.Mike1D.Generic.IQuantity)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IDoubleProxy. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also