CollectionUtilitiesGetValueOrKeyT Method
Namespace: Org.BouncyCastle.Utilities.CollectionsAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public static T GetValueOrKey<T>(
IDictionary<T, T> d,
T k
)
Public Shared Function GetValueOrKey(Of T) (
d As IDictionary(Of T, T),
k As T
) As T
public:
generic<typename T>
static T GetValueOrKey(
IDictionary<T, T>^ d,
T k
)
JavaScript does not support generic types or methods.
- d IDictionaryT, T
-
- k T
-
- T
T