Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides Hashtable.Contains(Object).
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Overrides Function Contains ( _
key As Object _
) As Boolean
public override bool Contains(
Object key
)
public:
virtual bool Contains(
Object^ key
) override
abstract Contains :
key:Object -> bool
override Contains :
key:Object -> bool
public override function Contains(
key : Object
) : boolean
Parameters
- key
Type: System.Object
Return Value
Type: System.Boolean
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.