Esempio n. 1
0
        public AsyncModuleOutputface <T> CreateAsyncOutputface <T>() where T : struct
        {
            var res = new AsyncModuleOutputface <T>();

            this.IOFaces.Add(res);
            return(res);
        }