C# Class Castle.MicroKernel.Handlers.HandlerExtensionsUtil

Show file Open project: castleproject/Windsor

Public Properties

Property Type Description
ReleaseExtensionsKey string
ResolveExtensionsKey string

Public Methods

Method Description
ReleaseExtensions ( this model, bool ensureExists ) : ICollection
ResolveExtensions ( this model, bool ensureExists ) : ICollection

Method Details

ReleaseExtensions() public static method

public static ReleaseExtensions ( this model, bool ensureExists ) : ICollection
model this
ensureExists bool
return ICollection

ResolveExtensions() public static method

public static ResolveExtensions ( this model, bool ensureExists ) : ICollection
model this
ensureExists bool
return ICollection

Property Details

ReleaseExtensionsKey public static property

public static string ReleaseExtensionsKey
return string

ResolveExtensionsKey public static property

public static string ResolveExtensionsKey
return string