Helios.Ops.Executors.BasicExecutor.Clone C# (CSharp) Method

Clone() public method

public Clone ( ) : IExecutor
return IExecutor
        public IExecutor Clone()
        {
            return new BasicExecutor();
        }
    }