DictionaryCollectionBase<T, U>.FindAll 메서드 (Predicate<T>)

Finds all elements in the collection that match the conditions defined by the specified predicate.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Function FindAll ( _
    match As Predicate(Of T) _
) As IEnumerable(Of T)
‘사용 방법
Dim instance As DictionaryCollectionBase 
Dim match As Predicate(Of T)
Dim returnValue As IEnumerable(Of T)

returnValue = instance.FindAll(match)
public IEnumerable<T> FindAll(
    Predicate<T> match
)
public:
virtual IEnumerable<T>^ FindAll(
    Predicate<T>^ match
) sealed
abstract FindAll : 
        match:Predicate<'T> -> IEnumerable<'T> 
override FindAll : 
        match:Predicate<'T> -> IEnumerable<'T> 
public final function FindAll(
    match : Predicate<T>
) : IEnumerable<T>

매개 변수

  • match
    유형: System.Predicate<T>
    The Predicate delegate that defines the conditions of the elements to search for.

반환 값

유형: System.Collections.Generic.IEnumerable<T>
An enumerator over all the elements that match the conditions defined by the specified predicate.

구현

IMetadataCollection<T>.FindAll(Predicate<T>)

참고 항목

참조

DictionaryCollectionBase<T, U> 클래스

FindAll 오버로드

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스