CollectionUtilitiesGetValueOrNullK, V Method
Namespace: Org.BouncyCastle.Utilities.CollectionsAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public static V GetValueOrNull<K, V>(
IDictionary<K, V> d,
K k
)
where V : class
Public Shared Function GetValueOrNull(Of K, V As Class) (
d As IDictionary(Of K, V),
k As K
) As V
public:
generic<typename K, typename V>
where V : ref class
static V GetValueOrNull(
IDictionary<K, V>^ d,
K k
)
JavaScript does not support generic types or methods.
- d IDictionaryK, V
-
- k K
-
- K
- V
V