InjectiveMapTLeft, TRightTryMapLeftRight Method |
Accessor for the right value mapped to the specified left value.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntaxpublic bool TryMapLeftRight(
TLeft left,
out TRight right
)
Parameters
- left
- Type: TLeft
The left value for which to obtain the corresponding right value. - right
- Type: TRight
The right value that is mapped to the specified left value.
Return Value
Type:
BooleanTrue if a mapping was found, false otherwise.
See Also