XmlPrime: XML processing for the .NET framework
  • About
  • Documentation
  • Samples
  • Download
  • Buy
XmlPrime Documentation
Sign in | Contact us | Site map
  • XmlPrime Documentation
  • XmlPrime 4.0
  • XmlPrime Class Library
  • XmlPrime NamespaceXmlPrime NamespaceXmlPrime Namespace
  • KeyDictionary ClassKeyDictionary ClassKeyDictionary Class
  • KeyDictionary PropertiesKeyDictionary PropertiesKeyDictionary Properties
  • Names PropertyNames PropertyNames Property

KeyDictionary.Names PropertyKeyDictionary.Names PropertyKeyDictionary::Names Property

  • XmlPrime 4.0
  • Other Versions ▼
    • XmlPrime 5.0
    • XmlPrime 4.1
    • XmlPrime 3.1
    • XmlPrime 3.0
Gets the names of the keys contained in this KeyDictionaryKeyDictionaryKeyDictionary.
  • Namespace: XmlPrimeXmlPrimeXmlPrime
  • Assembly: XmlPrime (in XmlPrime.dll)

Syntax

  • VB
  • C#
  • C++
Public ReadOnly Property Names As ICollection(Of System.Xml.XmlQualifiedName)
        Get
public ICollection<System.Xml.XmlQualifiedName> Names { get; }
public:
property ICollection<System.Xml::XmlQualifiedName^>^ Names {
    ICollection<System.Xml::XmlQualifiedName^>^ get();
}
 

Property Value

Type: System.Collections.Generic.ICollection<T>System.Collections.Generic.ICollection(Of T)System.Collections.Generic::ICollection<T>^

A ICollection<T>ICollection(Of T)ICollection<T> containing the names of the keys in this KeyDictionaryKeyDictionaryKeyDictionary.

See Also

Reference

  • XmlPrime.KeyDictionary ClassXmlPrime.KeyDictionary ClassXmlPrime::KeyDictionary Class
  • XmlPrime NamespaceXmlPrime NamespaceXmlPrime Namespace
Copyright © 2025 Peryton Technologies Limited. All rights reserved.