'Declaration
Public Function New( _ ByVal rates As List(Of RateItem), _ ByVal parent As RateCard, _ ByVal findExactly As Boolean _ )
'Usage
Dim rates As List(Of RateItem) Dim parent As RateCard Dim findExactly As Boolean Dim instance As New RateFinder(rates, parent, findExactly)
public RateFinder( List<RateItem> rates, RateCard parent, bool findExactly )
public: RateFinder( List<RateItem*>* rates, RateCard* parent, bool findExactly )
public: RateFinder( List<RateItem^>^ rates, RateCard^ parent, bool findExactly )
Parameters
- rates
- The rates.
- parent
- The parent.
- findExactly
- if set to
true
[find exactly].