[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.SafeGet``2(System.Collections.Generic.IDictionary{``0,``1},``0)"]
public static TVal SafeGet<TKey, TVal>(
this IDictionary<TKey, TVal> dictionary,
TKey key
)
<ExtensionAttribute>
Public Shared Function SafeGet(Of TKey, TVal) (
dictionary As IDictionary(Of TKey, TVal),
key As TKey
) As TVal
public:
[ExtensionAttribute]
generic<typename TKey, typename TVal>
static TVal SafeGet(
IDictionary<TKey, TVal>^ dictionary,
TKey key
)
[<ExtensionAttribute>]
static member SafeGet :
dictionary : IDictionary<'TKey, 'TVal> *
key : 'TKey -> 'TVal
[Missing <param name="dictionary"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.SafeGet``2(System.Collections.Generic.IDictionary{``0,``1},``0)"]
[Missing <param name="key"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.SafeGet``2(System.Collections.Generic.IDictionary{``0,``1},``0)"]
[Missing <typeparam name="TKey"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.SafeGet``2(System.Collections.Generic.IDictionary{``0,``1},``0)"]
[Missing <typeparam name="TVal"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.SafeGet``2(System.Collections.Generic.IDictionary{``0,``1},``0)"]
[Missing <returns> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.SafeGet``2(System.Collections.Generic.IDictionary{``0,``1},``0)"]