Method FilterOut

FilterOut(params MemberType[])

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

Declaration
public static ILineElementTypeFilter FilterOut(params MemberType[] values)
Parameters
Type Name Description
MemberType[] values

The values to filter out

Returns
Type Description
ILineElementTypeFilter

A new entity type filter

FilterOut(Func<MemberType, bool>)

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

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

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

Returns
Type Description
ILineElementTypeFilter

A new entity type 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