C# Class Castle.MicroKernel.Registration.Child

Represents a configuration child.
显示文件 Open project: castleproject/Windsor Class Usage Examples

Public Methods

Method Description
ForName ( String name ) : NamedChild

Create a NamedChild with name.

Method Details

ForName() public static method

Create a NamedChild with name.
public static ForName ( String name ) : NamedChild
name String The child name.
return NamedChild