Binboo.Core.Tests.Tests.Support.ArgumentRecorder.Arguments C# (CSharp) Method

Arguments() public method

public Arguments ( ) : IDictionary>
return IDictionary>
        public IDictionary<string, IDictionary<string, Argument>> Arguments()
        {
            return _arguments;
        }