Share via


DictionaryExtensions Class

 

Applies To: Dynamics CRM 2013

Extensions to the dictionary implementation. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Collections.Generic
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Client.Collections.Generic.DictionaryExtensions

Syntax

public static class DictionaryExtensions
[ExtensionAttribute]
public ref class DictionaryExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type DictionaryExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class DictionaryExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static FirstNotNullOrDefault<TKey, TValue>(IDictionary<TKey, TValue>, TKey[])

System_CAPS_pubmethodSystem_CAPS_static FirstNotNullOrEmpty<TKey>(IDictionary<TKey, String>, TKey[])

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Xrm.Client.Collections.Generic Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top