Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool Contains(TValue)

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

Declaration

public bool Contains(
    TValue item
)

Summary

Returns true iff the collection contains the specified item.