- Declared in: RT.Util.Collections.AutoList<T>
Declaration
public AutoList<TOutput> ConvertAll<TOutput>(
Converter<T, TOutput> converter
)
Summary
Equivalent to the same method in
List<T>.
Generic type parameters
TOutput | This type parameter is not documented. |