IListOfTConverter<TCollection, TElement>
sealed class IListOfTConverter<TCollection, TElement> : IEnumerableDefaultConverter<TCollection, TElement> where TCollection : IList<TElement>
Converter for System.Collections.Generic.IList{TElement}.
public IListOfTConverter()