Lawo.ComponentModel.PropertyChangedTest.NullReferenceExceptionBugTest C# (CSharp) Méthode

NullReferenceExceptionBugTest() private méthode

private NullReferenceExceptionBugTest ( ) : void
Résultat 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();
        }