APRlib

SupportClass.CollectionsManager.UnModifiableMap Method 

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

public static IDictionary UnModifiableMap(
   IDictionary Map
);

Parameters

Map
System.Collections.IDictionary with which a new System.Collections.ICollection will be created.

Return Value

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

See Also

SupportClass.CollectionsManager Class | (global) Namespace