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