Fan.Sys.ActorPool.make_ C# (CSharp) Method

make_() public static method

public static make_ ( ActorPool self ) : void
self ActorPool
return void
        public static void make_(ActorPool self)
        {
            make_(self, null);
        }

Same methods

ActorPool::make_ ( ActorPool self, Func itBlock ) : void