APRlib

SupportClass.CollectionsManager.UnModifiableCollection Method 

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

public static IList UnModifiableCollection(
   ICollection Collection
);

Parameters

Collection
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