XmlPrime: XML processing for the .NET framework
  • About
  • Documentation
  • Samples
  • Download
  • Buy
XmlPrime Documentation
Sign in | Contact us | Site map
  • XmlPrime Documentation
  • XmlPrime 1.5
  • XmlPrime Class Library
  • XmlPrime NamespaceXmlPrime NamespaceXmlPrime Namespace
  • ParameterTypeDictionary ClassParameterTypeDictionary ClassParameterTypeDictionary Class
  • ParameterTypeDictionary PropertiesParameterTypeDictionary PropertiesParameterTypeDictionary Properties
  • Names PropertyNames PropertyNames Property

ParameterTypeDictionary.Names PropertyParameterTypeDictionary.Names PropertyParameterTypeDictionary::Names Property

  • XmlPrime 1.5
  • Other Versions ▼
    • XmlPrime 5.0
    • XmlPrime 4.1
    • XmlPrime 4.0
    • XmlPrime 3.1
    • XmlPrime 3.0
    • XmlPrime 2.9
    • XmlPrime 2.8
    • XmlPrime 2.7
    • XmlPrime 2.6
    • XmlPrime 2.5
    • XmlPrime 2.4
    • XmlPrime 2.3
    • XmlPrime 2.2
    • XmlPrime 2.1
    • XmlPrime 2.0
Gets the names of the parameters contained in this ParameterTypeDictionaryParameterTypeDictionaryParameterTypeDictionary.
  • 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 parameters in this ParameterTypeDictionaryParameterTypeDictionaryParameterTypeDictionary.

See Also

Reference

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