C# Class Castle.Windsor.Tests.Facilities.TypedFactory.Delegates.UsesBarDelegate

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

Public Methods

Method Description
GetBar ( string name, string description ) : Bar
UsesBarDelegate ( Func barFactory ) : System

Method Details

GetBar() public method

public GetBar ( string name, string description ) : Bar
name string
description string
return Bar

UsesBarDelegate() public method

public UsesBarDelegate ( Func barFactory ) : System
barFactory Func
return System