FilterFilterBindingBuilder<(Of <(<'T>)>)>..::..InScope Method (Func<(Of <(<'IContext, Object>)>)>)
Indicates that instances activated via the binding should be re-used as long as the object
returned by the provided callback remains alive (that is, has not
been garbage collected).
Namespace:
Suoranta.EnterpriseLib.Web.AppDomain.Ninject.Mvc.FilterBindingSyntaxAssembly: Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)
Syntax
public IFilterBindingNamedWithOrOnSyntax<T> InScope( Func<IContext, Object> scope )

