Bijection<K, V> Class

Public Class Bijection(Of  _ 
K, _ 
V)
This language is not supported or no code example is available.
public class Bijection<K, V>
This language is not supported or no code example is available.
generic<typename K, typename V> 
public ref class Bijection
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Type Parameters

K

V

Name Description
Public property Count
Public property Item(K)
Public property Keys
Public property Values
Top
Methods
 
Name Description
Public method FindKey(V)
Public method ToString() Returns a string that represents the current object.
Top
IGS.Genamo.Bijection<K, V>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition