예제 #1
0
        public void AddArgument(RuntimeArgument argument)
        {
            ThrowIfDisposed();

            if (argument != null)
            {
                _activity.AddArgument(argument, _createEmptyBindings);
            }
        }