22 types derived from ArrayHelper
System.Private.DataContractSerialization (22)
System\Runtime\Serialization\Json\ByteArrayHelperWithString.cs (1)
11internal sealed class ByteArrayHelperWithString : ArrayHelper<string, byte>
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (1)
232private sealed class DateTimeArrayJsonHelperWithString : ArrayHelper<string, DateTime>
System\Xml\ArrayHelper.cs (20)
101internal sealed class BooleanArrayHelperWithString : ArrayHelper<string, bool> 116internal sealed class BooleanArrayHelperWithDictionaryString : ArrayHelper<XmlDictionaryString, bool> 131internal sealed class Int16ArrayHelperWithString : ArrayHelper<string, short> 146internal sealed class Int16ArrayHelperWithDictionaryString : ArrayHelper<XmlDictionaryString, short> 161internal sealed class Int32ArrayHelperWithString : ArrayHelper<string, int> 176internal sealed class Int32ArrayHelperWithDictionaryString : ArrayHelper<XmlDictionaryString, int> 191internal sealed class Int64ArrayHelperWithString : ArrayHelper<string, long> 206internal sealed class Int64ArrayHelperWithDictionaryString : ArrayHelper<XmlDictionaryString, long> 221internal sealed class SingleArrayHelperWithString : ArrayHelper<string, float> 236internal sealed class SingleArrayHelperWithDictionaryString : ArrayHelper<XmlDictionaryString, float> 251internal sealed class DoubleArrayHelperWithString : ArrayHelper<string, double> 266internal sealed class DoubleArrayHelperWithDictionaryString : ArrayHelper<XmlDictionaryString, double> 281internal sealed class DecimalArrayHelperWithString : ArrayHelper<string, decimal> 296internal sealed class DecimalArrayHelperWithDictionaryString : ArrayHelper<XmlDictionaryString, decimal> 311internal sealed class DateTimeArrayHelperWithString : ArrayHelper<string, DateTime> 326internal sealed class DateTimeArrayHelperWithDictionaryString : ArrayHelper<XmlDictionaryString, DateTime> 341internal sealed class GuidArrayHelperWithString : ArrayHelper<string, Guid> 356internal sealed class GuidArrayHelperWithDictionaryString : ArrayHelper<XmlDictionaryString, Guid> 371internal sealed class TimeSpanArrayHelperWithString : ArrayHelper<string, TimeSpan> 386internal sealed class TimeSpanArrayHelperWithDictionaryString : ArrayHelper<XmlDictionaryString, TimeSpan>