KeyDictionary.Add Method (XmlQualifiedName, IList<Key>)KeyDictionary.Add Method (XmlQualifiedName, IList(Of Key))KeyDictionary::Add Method (XmlQualifiedName^, IList<Key^>^)
- XmlPrime 5.0
- Other Versions ▼
Adds a new key with the specified name.
Syntax
Public Sub Add( _ name As System.Xml.XmlQualifiedName, _ value As IList(Of Key) _ )
public void Add( System.Xml.XmlQualifiedName name, IList<Key> value )
public: virtual void Add( System.Xml::XmlQualifiedName^ name, IList<Key^>^ value ) sealed
Parameters
- name
Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^
The name of the key to add.
- value
Type: System.Collections.Generic.IList<T>System.Collections.Generic.IList(Of T)System.Collections.Generic::IList<T>^
The key to add.
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException |
name or value is null
a null reference (Nothing in Visual Basic)
nullptr .
|