AwesomeSauce.RootContext.GetChildContext C# (CSharp) Method

GetChildContext() public method

public GetChildContext ( Type type, PropertyInfo property, Func idFinder ) : IContext
type System.Type
property System.Reflection.PropertyInfo
idFinder Func
return IContext
        public IContext GetChildContext(Type type, PropertyInfo property, Func<int> idFinder)
        {
            return new RootContext(this, type, property, idFinder);
        }