CisDictionary.ContainsKey Method
This member overrides Hashtable.ContainsKey(Object).
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'宣告
Public Overrides Function ContainsKey ( _
key As Object _
) As Boolean
public override bool ContainsKey(
Object key
)
public:
virtual bool ContainsKey(
Object^ key
) override
abstract ContainsKey :
key:Object -> bool
override ContainsKey :
key:Object -> bool
public override function ContainsKey(
key : Object
) : boolean
Parameters
- key
Type: System.Object
Return Value
Type: System.Boolean
.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.