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

NewInstance() public static method

public static NewInstance ( ) : ArgumentRecorder
return ArgumentRecorder
        public static ArgumentRecorder NewInstance()
        {
            return new ArgumentRecorder();
        }