WCF-Xtensions Class Reference for Mono
ContainsKey Method (ExtensionBindingCollectionElement)






The name of the element to search for.
Checks for the presence of the element with specified name in the collection.
Syntax
'Declaration
 
Public Overrides Function ContainsKey( _
   ByVal name As System.String _
) As System.Boolean
'Usage
 
Dim instance As ExtensionBindingCollectionElement
Dim name As System.String
Dim value As System.Boolean
 
value = instance.ContainsKey(name)
public override System.bool ContainsKey( 
   System.string name
)
public function ContainsKey( 
    name: System.String
): System.Boolean; override; 
public override function ContainsKey( 
   name : System.String
) : System.boolean;
public: System.bool ContainsKey( 
   System.string* name
) override 
public:
System.bool ContainsKey( 
   System.String^ name
) override 

Parameters

name
The name of the element to search for.

Return Value

Returns true if collection contains an element with specified name.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExtensionBindingCollectionElement Class
ExtensionBindingCollectionElement Members
Base Implementation in ContainsKey

Send Feedback