FilterFor Method
Overloads
FilterFor<T>(T, Nullable<ApiVersion>)
Declaration
public static T FilterFor<T>(this T obj, ApiVersion? wantedVersion)
Parameters
Type | Name | Description |
---|---|---|
T | obj | |
System.Nullable<ApiVersion> | wantedVersion |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |
FilterFor<T>(List<T>, Nullable<ApiVersion>)
Declaration
public static List<T> FilterFor<T>(this List<T> list, ApiVersion? wantedVersion)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<T> | list | |
System.Nullable<ApiVersion> | wantedVersion |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<T> |
Type Parameters
Name | Description |
---|---|
T |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!