Filters the collection by the specified predicate.
Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Sub Filter ( _
    filterPredicate As Predicate(Of T) _
)
public void Filter(
    Predicate<T> filterPredicate
)
public:
void Filter(
    Predicate<T>^ filterPredicate
)
member Filter : 
        filterPredicate:Predicate<'T> -> unit
public function Filter(
    filterPredicate : Predicate<T>
)
Parameters
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.