Microsoft.Ccr.Core.MultipleItemGather.ITask C# (CSharp) Method

ITask() private method

private ITask ( ) : ITask
return ITask
        ITask ITask.PartialClone()
        {
            return new MultipleItemGather (types, ports, itemCount, handler);
        }