Click or drag to resize

InjectiveMappingTLeft, TRight Structure

A single injective mapping.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Demo3D.CommonInjectiveMappingTLeft, TRight

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public struct InjectiveMapping<TLeft, TRight>

Type Parameters

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

The InjectiveMappingTLeft, TRight type exposes the following members.

Constructors
 NameDescription
Public methodInjectiveMappingTLeft, TRight Constructor.
Top
Properties
 NameDescription
Public propertyLeft The left value in the mapping.
Public propertyRight The right value in the mapping.
Top
See Also