Binboo.Core.Tests.Tests.Support.ArgumentRecorder.Arguments C# (CSharp) Méthode

Arguments() public méthode

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