APRlib

SupportClass.CollectionsManager.SingletonMap Method 

Creates and returns a read-only System.Collections.IDictionary.

public static IDictionary SingletonMap(
   object Element
);

Parameters

Element
Element with which System.Collections.IDictionary will be created.

Return Value

Return a read-only System.Collections.IDictionary, containing only the specified object.

See Also

SupportClass.CollectionsManager Class | (global) Namespace