AwesomeSauce.RootContext.RootContext C# (CSharp) Method

RootContext() private method

private RootContext ( IContext parentContext, Type type, PropertyInfo property, Func idFinder ) : System
parentContext IContext
type System.Type
property System.Reflection.PropertyInfo
idFinder Func
return System
        RootContext(IContext parentContext, Type type, PropertyInfo property, Func<int> idFinder)
        {
            _parentContext = parentContext;
            _type = type;
            _property = property;
            _idFinder = idFinder;
        }

Same methods

RootContext::RootContext ( ) : System