APRlib

SupportClass.CollectionsManager.UnModifiableList Method 

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

public static IList UnModifiableList(
   IList List
);

Parameters

List
System.Collections.IList with which a new System.Collections.ICollection will be created.

Return Value

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

See Also

SupportClass.CollectionsManager Class | (global) Namespace