Click or drag to resize
Wizard .NET Library

EventedListTAsReadOnly Method

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public ReadOnlyCollection<T> AsReadOnly()
Request Example View Source

Return Value

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