'Declaration <__DynamicallyInvokableAttribute()> Public Function Remove( _ ByVal item As T _ ) As Boolean
'Usage Dim instance As NotifyCollection(Of T) Dim item As T Dim value As Boolean value = instance.Remove(item)
[__DynamicallyInvokable()] public bool Remove( T item )
NotifyCollection<T> Class NotifyCollection<T> Members