- Namespace
- Avalonia
.Collections - Containing Type
- Avalonia
List Extensions
Syntax
[Obsolete("Causes memory leaks. Use DynamicData or similar instead.")]
public static IAvaloniaReadOnlyList<TDerived> CreateDerivedList<TSource, TDerived>(this IAvaloniaReadOnlyList<TSource> collection, Func<TSource, TDerived> select)
Attributes
Type | Description |
---|---|
ObsoleteAttribute |
Type Parameters
Name | Description |
---|---|
TSource | |
TDerived |
Parameters
Name | Type | Description |
---|---|---|
collection | I |
|
select | Func |
Return Value
Type | Description |
---|---|
I |