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