System.Tests.DelegateTests.DynamicInvoke_DefaultParameter_NullableIntWithMissingValue C# (CSharp) 메소드

DynamicInvoke_DefaultParameter_NullableIntWithMissingValue() 개인적인 메소드

        public static void DynamicInvoke_DefaultParameter_NullableIntWithMissingValue()
        {
            Assert.Null((int?)(new NullableIntWithDefaultValue(NullableIntMethod)).DynamicInvoke(new object[] { Type.Missing }));
        }
DelegateTests