Method FilterOut

FilterOut(params MemberConstruction[])

Creates a new filter that will filter out the given values (and keep the rest)

Declaration
public static ILineElementConstructionFilter FilterOut(params MemberConstruction[] values)
Parameters
Type Name Description
MemberConstruction[] values

The values to filter out

Returns
Type Description
ILineElementConstructionFilter

A new entity construction filter

FilterOut(Func<MemberConstruction, bool>)

Creates a new filter that will filter out the given values (and keep the rest)

Declaration
public static ILineElementConstructionFilter FilterOut(Func<MemberConstruction, bool> predicate)
Parameters
Type Name Description
Func<MemberConstruction, bool> predicate

The function to obtain the included (resp. excluded) values

Returns
Type Description
ILineElementConstructionFilter

A new entity construction filter

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next