Click or drag to resize

InjectiveMapEnumeratorTLeft, TRight Structure

Enumerator for an injective map (that doesn't dynamically allocate memory).

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntax
C#
public struct InjectiveMapEnumerator<TLeft, TRight> : IEnumerator, 
	IDisposable

Type Parameters

TLeft
The type for left values.
TRight
The type for right values.

The InjectiveMapEnumeratorTLeft, TRight type exposes the following members.

Constructors
  NameDescription
Public methodInjectiveMapEnumeratorTLeft, TRight
Initializes a new instance of the InjectiveMapEnumeratorTLeft, TRight class
Top
Properties
  NameDescription
Public propertyCurrent
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the InjectiveMapEnumeratorTLeft, TRight
Public methodMoveNext
Top
See Also