C# Class CastleTests.DelegatingServiceStrategy

Inheritance: IGenericServiceStrategy
ファイルを表示 Open project: castleproject/Windsor

Public Methods

Method Description
DelegatingServiceStrategy ( Func supports ) : System
Supports ( Type service, ComponentModel component ) : bool

Method Details

DelegatingServiceStrategy() public method

public DelegatingServiceStrategy ( Func supports ) : System
supports Func
return System

Supports() public method

public Supports ( Type service, ComponentModel component ) : bool
service System.Type
component Castle.Core.ComponentModel
return bool