Ejemplo n.º 1
0
 internal override sealed void ProvideScopes(
     ProjectionType       projectionType,
     Type                 underlyingType,
     ITypeScopeAggregator aggregator)
 {
     scope.ProvideScopes(projectionType, underlyingType, aggregator);
 }
Ejemplo n.º 2
0
 internal override sealed void ProvideScopes(
     ProjectionType projectionType, Type underlyingType, ITypeScopeAggregator action)
 {
     // Stub only
 }
Ejemplo n.º 3
0
 internal abstract void ProvideScopes(
     ProjectionType       projectionType,
     Type                 underlyingType,
     ITypeScopeAggregator action
 );