public static bool Get <T>(this BasicIocContainer_I container, out T result) { return(XBasicIoc.Get <T>(container, out result)); }
public static TPhenotype Get <TPhenotype, TGenotype>(this BasicIocContainer_I container) where TGenotype : TPhenotype { return(XBasicIoc.Get <TPhenotype, TGenotype>(container)); }
public static bool Get <TPhenotype, TGenotype>(this BasicIocContainer_I container, out TPhenotype phenotype) where TGenotype : TPhenotype { return(XBasicIoc.Get <TPhenotype, TGenotype>(container, out phenotype)); }
public static T Get <T>(this BasicIocContainer_I container) { return(XBasicIoc.Get <T>(container)); }