Click or drag to resize

InjectiveMapTLeft, TRightGetEnumerator Method

Enumerator for the injective mapping.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public InjectiveMapEnumerator<TLeft, TRight> GetEnumerator()

Return Value

Type: InjectiveMapEnumeratorTLeft, TRight
Injective mapping enumerator.
See Also