ReachSearcherTValues Property |
Values corrently in the searcher
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public IReadOnlyCollection<KeyValuePair<string, SortedList<ILocationSpan, T>>> Values { get; }
Public ReadOnly Property Values As IReadOnlyCollection(Of KeyValuePair(Of String, SortedList(Of ILocationSpan, T)))
Get
public:
property IReadOnlyCollection<KeyValuePair<String^, SortedList<ILocationSpan^, T>^>>^ Values {
IReadOnlyCollection<KeyValuePair<String^, SortedList<ILocationSpan^, T>^>>^ get ();
}
Property Value
Type:
IReadOnlyCollectionKeyValuePairString,
SortedListILocationSpan,
TSee Also