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
  • DecimalFormatDictionary ClassDecimalFormatDictionary ClassDecimalFormatDictionary Class
  • DecimalFormatDictionary PropertiesDecimalFormatDictionary PropertiesDecimalFormatDictionary Properties
  • Names PropertyNames PropertyNames Property

DecimalFormatDictionary.Names PropertyDecimalFormatDictionary.Names PropertyDecimalFormatDictionary::Names Property

  • XmlPrime 4.0
  • Other Versions ▼
    • XmlPrime 5.0
    • XmlPrime 4.1
    • XmlPrime 3.1
    • XmlPrime 3.0
    • XmlPrime 2.9
    • XmlPrime 2.8
    • XmlPrime 2.7
    • XmlPrime 2.6
    • XmlPrime 2.5
    • XmlPrime 2.4
Gets the names of the decimal formats contained in this DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary.
  • 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 decimal formats in this DecimalFormatDictionaryDecimalFormatDictionaryDecimalFormatDictionary.

See Also

Reference

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