System.Dynamic.Tests.ConvertBinderTests.NullType C# (CSharp) Method

NullType() private method

private NullType ( ) : void
return void
        public void NullType()
        {
            Assert.Throws<ArgumentNullException>("type", () => new MinimumOverrideConvertBinder(null, true));
            Assert.Throws<ArgumentNullException>("type", () => new MinimumOverrideConvertBinder(null, false));
        }