Click or drag to resize
DigitalRuneWeakCollectionTAsReadOnly Method
Returns a read-only wrapper for the current collection.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public ReadOnlyWeakCollection<T> AsReadOnly()

Return Value

Type: ReadOnlyWeakCollectionT
A ReadOnlyWeakCollectionT that acts as a read-only wrapper around the current WeakCollectionT.
See Also