internal static CIContainer New(CIEngine aEngine, CISource aSource) { CIContainer ret = new CIContainer(aEngine, aSource); return(ret); }