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: 15.0.2.11458
Syntax
C#
public struct InjectiveMapEnumerator<TLeft, TRight> : IDisposable, 
	IEnumerator

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