Example #1
0
        internal static CIContainer New(CIEngine aEngine, CISource aSource)
        {
            CIContainer ret = new CIContainer(aEngine, aSource);

            return(ret);
        }