Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: NameValuesCollection<TValue> AsReadOnly()

Declaration

public NameValuesCollection<TValue> AsReadOnly()

Summary

Returns a read-only version of this collection. The returned collection could be the same as this one, if it's already read-only, or it could be a wrapper created around the items in this collection. If the original collection gets modified, the read-only version will reflect the changes instantly.