| SimpleTreeBaseTKey, TValueTryGetValue Method (TKey) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax [ObsoleteAttribute("Use TryGetValue(key, out value) instead.", true)]
public TValue TryGetValue(
TKey key
)
<ObsoleteAttribute("Use TryGetValue(key, out value) instead.", true)>
Public Function TryGetValue (
key As TKey
) As TValue
Parameters
- key
- Type: TKey
Return Value
Type:
TValueSee Also