Microsoft.Cci.DummyRootUnitNamespace.GetMembersNamed C# (CSharp) Method

GetMembersNamed() public method

public GetMembersNamed ( IName name, bool ignoreCase ) : IEnumerable
name IName
ignoreCase bool
return IEnumerable
    public IEnumerable<INamespaceMember> GetMembersNamed(IName name, bool ignoreCase) {
      return Enumerable<INamespaceMember>.Empty;
    }