KeyDictionary.Add Method (KeyValuePair<XmlQualifiedName, IList<Key>>)KeyDictionary.Add Method (KeyValuePair(Of XmlQualifiedName, IList(Of Key)))KeyDictionary::Add Method (KeyValuePair<XmlQualifiedName^, IList<Key^>^>)

Syntax

Public Sub Add( _
    item As KeyValuePair(Of System.Xml.XmlQualifiedName, IList(Of Key)) _
)
public:
virtual void Add(
    KeyValuePair<System.Xml::XmlQualifiedName^, IList<Key^>^> item
) sealed