Click or drag to resize

InjectiveMapEnumeratorTLeft, TRight Structure

Enumerator for an injective map (that doesn't dynamically allocate memory).
Inheritance Hierarchy
SystemObject
  SystemValueType
    Demo3D.CommonInjectiveMapEnumeratorTLeft, TRight

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.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, TRightInitializes a new instance of the InjectiveMapEnumeratorTLeft, TRight class
Top
Properties
 NameDescription
Public propertyCurrent 
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the InjectiveMapEnumeratorTLeft, TRight
Public methodMoveNext 
Top
See Also