Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: ReadOnlyCollection<T>(ICollection<T>)

Declaration

public ReadOnlyCollection<T>(
    ICollection<T> coll
)

Summary

Creates a new read-only wrapper for the specified ICollection<T>.