Class
ExtensionMethodsDiagram

Extension methods for generic collections.

Definition

Namespace:System.Collections.Generic

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

cs-api-definition
public static class ExtensionMethodsDiagram

Inheritance: objectExtensionMethodsDiagram

Methods

GetValueOrNull<TKey, TValue>(IDictionary<TKey, TValue>, TKey)

Gets the value or null.

Declaration

cs-api-definition
public static TValue GetValueOrNull<TKey, TValue>(this IDictionary<TKey, TValue> dictionary, TKey key) where TValue : class

Parameters

dictionary

IDictionary<TKey, TValue>

The dictionary.

key

TKey

The key.

Returns

TValue