Microsoft.Cci.AggregatingLocalScopeProvider.AggregatingLocalScopeProvider C# (CSharp) Method

AggregatingLocalScopeProvider() public method

Uses the given dictionary to find the appropriate provider for a query.
public AggregatingLocalScopeProvider ( ILocalScopeProvider>.Dictionary unit2ProviderMap ) : System
unit2ProviderMap ILocalScopeProvider>.Dictionary
return System
    public AggregatingLocalScopeProvider(Dictionary<IUnit, ILocalScopeProvider> unit2ProviderMap) {
      Contract.Requires(unit2ProviderMap != null);

      this.unit2Provider = unit2ProviderMap;
    }

Same methods

AggregatingLocalScopeProvider::AggregatingLocalScopeProvider ( ILocalScopeProvider>.IDictionary unit2ProviderMap ) : System