AwesomeSauce.RootContext.RootContext C# (CSharp) 메소드

RootContext() 공개 메소드

public RootContext ( ) : System
리턴 System
        public RootContext()
        {
            _parentContext = null;
            _type = null;
            _property = null;
            _idFinder = null;
        }

Same methods

RootContext::RootContext ( IContext parentContext, Type type, PropertyInfo property, Func idFinder ) : System