Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool Remove(TValue)

  • Declared in: RT.Servers.ValuesCollection<TValue>
  • Implements: ICollection<TValue>.Remove(TValue)

Declaration

public bool Remove(
    TValue item
)

Summary

Removes the specified item from the collection. Returns true iff an item was removed.