'Declaration
<__DynamicallyInvokableAttribute()> Public Function AsReadOnly() As System.Collections.ObjectModel.ReadOnlyCollection(Of T)
'Usage
Dim instance As NAngleList Dim value As System.Collections.ObjectModel.ReadOnlyCollection(Of T) value = instance.AsReadOnly()
[__DynamicallyInvokable()]
public System.Collections.ObjectModel.ReadOnlyCollection<T> AsReadOnly()