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.
Type Parameters
- K
- V
| Name | Description | |
|---|---|---|
|
Bijection() | |
|
Bijection(Dictionary<KV>) |
| Name | Description | |
|---|---|---|
|
FindKey(V) | |
|
ToString() | Returns a string that represents the current object. |
IGS.Genamo.Bijection<K, V>