KeyDictionary.Contains MethodKeyDictionary.Contains MethodKeyDictionary::Contains Method
- XmlPrime 5.0
- Other Versions ▼
Syntax
Public Function Contains( _ name As System.Xml.XmlQualifiedName _ ) As Boolean
public bool Contains( System.Xml.XmlQualifiedName name )
public: bool Contains( System.Xml::XmlQualifiedName^ name )
Parameters
- name
Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^
The name of the key.
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
true
True
true
if the KeyDictionaryKeyDictionaryKeyDictionary contains the specified key;
otherwise, false
False
false
.
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException | name is null
a null reference (Nothing in Visual Basic)
nullptr |