This topic has not yet been rated - Rate this topic

CultureSpecificByteArrayDictionary Class

HealthVault
Dictionary for storing localized byte array values.

Namespace: Microsoft.Health
Assembly: Microsoft.Health (in Microsoft.Health.dll) Version: 2.0.0.0 (1.12.1030.8622)
public class CultureSpecificByteArrayDictionary : CultureSpecificDictionary<byte[]>
The key is the language-country string such as "en-US", and the value is of type byte[].
System..::..Object
  System.Collections.Generic..::..Dictionary<(Of <(<'String, array<Byte>[]()[][]>)>)>
    Microsoft.Health..::..CultureSpecificDictionary<(Of <(<'array<Byte>[]()[][]>)>)>
      Microsoft.Health..::..CultureSpecificByteArrayDictionary
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.