Microsoft.Cci.DummyNestedUnitNamespace.GetMatchingMembers C# (CSharp) Méthode

GetMatchingMembers() public méthode

public GetMatchingMembers ( bool>.Function predicate ) : IEnumerable
predicate bool>.Function
Résultat IEnumerable
    public IEnumerable<INamespaceMember> GetMatchingMembers(Function<INamespaceMember, bool> predicate) {
      return Enumerable<INamespaceMember>.Empty;
    }