Legend
| Method: NameValuesCollection<TValue> AsReadOnly()
Declarationpublic NameValuesCollection<TValue> AsReadOnly() SummaryReturns 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. |