Lawo.ComponentModel.PropertyChangedTest.NullReferenceExceptionBugTest C# (CSharp) 메소드

NullReferenceExceptionBugTest() 개인적인 메소드

private NullReferenceExceptionBugTest ( ) : void
리턴 void
        public void NullReferenceExceptionBugTest()
        {
            var source = new Addend(1);
            var target = new NullReferenceExceptionBug();
            CalculatedProperty.Create(
                source.GetProperty(o => o.AddendValue), v => v, target.GetProperty(o => o.Value)).Dispose();
        }