AwesomeSauce.RootContext.RootContext C# (CSharp) Méthode

RootContext() public méthode

public RootContext ( ) : System
Résultat System
        public RootContext()
        {
            _parentContext = null;
            _type = null;
            _property = null;
            _idFinder = null;
        }

Same methods

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