DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic.Collections
EnumeratorKeyWrapper(T, TKey) Class
EnumeratorKeyWrapper(T, TKey) Constructor
EnumeratorKeyWrapper(T, TKey) Properties
EnumeratorKeyWrapper(T, TKey) Methods
EnumeratorKeyWrapper
T
,
TKey
Constructor
Initializes a new instance of the
EnumeratorKeyWrapper
T, TKey
class
Namespace:
DHI.Mike1D.Generic.Collections
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
EnumeratorKeyWrapper
(
IEnumerator
<T>
enumerator
,
Func
<T, TKey>
keySelector
)
Parameters
enumerator
Type:
System.Collections.Generic
IEnumerator
T
keySelector
Type:
System
Func
T
,
TKey
See Also
Reference
EnumeratorKeyWrapper
T, TKey
Class
DHI.Mike1D.Generic.Collections Namespace