APRlib

SupportClass.CollectionsManager.UnModifiableSet Method 

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

public static ICollection UnModifiableSet(
   ICollection Set
);

Parameters

Set
System.Collections.ICollection with which a new System.Collections.ICollection will be created.

Return Value

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

See Also

SupportClass.CollectionsManager Class | (global) Namespace