KeyDictionary.Add Method (KeyValuePair<XmlQualifiedName, IList<Key>>)KeyDictionary.Add Method (KeyValuePair(Of XmlQualifiedName, IList(Of Key)))KeyDictionary::Add Method (KeyValuePair<XmlQualifiedName^, IList<Key^>^>)
- XmlPrime 5.0
- Other Versions ▼
Syntax
Public Sub Add( _ item As KeyValuePair(Of System.Xml.XmlQualifiedName, IList(Of Key)) _ )
public void Add( KeyValuePair<System.Xml.XmlQualifiedName, IList<Key>> item )
public: virtual void Add( KeyValuePair<System.Xml::XmlQualifiedName^, IList<Key^>^> item ) sealed
Parameters
Exceptions
Exception | Condition |
NotSupportedExceptionNotSupportedExceptionNotSupportedException | The ICollection<T>ICollection(Of T)ICollection<T> is read-only. |