public bool Remove(
T item
)Public Function Remove (
item As T
) As Booleanpublic:
virtual bool Remove(
T item
) sealedabstract Remove :
item : 'T -> bool
override Remove :
item : 'T -> bool | NotSupportedException | IsReadOnly returns . |