Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: ICollection<T> AsReadOnly()

Declaration

public ICollection<T> AsReadOnly()

Summary

Returns a read-only wrapper for this collection. Any changes to this collection will be immediately visible through the wrapper.