Example #1
0
        public PackageBuilder Action(TransformAction action)
        {
            _actions.Add(action);

            return this;
        }