CharacterMappingDictionary.Keys PropertyCharacterMappingDictionary.Keys PropertyCharacterMappingDictionary::Keys Property
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Syntax
Public ReadOnly Property Keys As ICollection(Of Integer) Get
public ICollection<int> Keys { get; }
public: property ICollection<int>^ Keys { virtual ICollection<int>^ get() sealed; }
Property Value
Type: System.Collections.Generic.ICollection<T>System.Collections.Generic.ICollection(Of T)System.Collections.Generic::ICollection<T>^
A collection of intIntegerint values containing the character mapping keys.