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

GetChildContext() public méthode

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