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