public void ScrollViewEffectConstructor() { tlog.Debug(tag, $"ScrollViewEffectConstructor START"); var testingTarget = new ScrollViewEffect(); Assert.IsNotNull(testingTarget, "Can't create success object ScrollViewEffect"); Assert.IsInstanceOf <ScrollViewEffect>(testingTarget, "Should be an instance of ScrollViewEffect type."); testingTarget.Dispose(); tlog.Debug(tag, $"ScrollViewEffectConstructor END (OK)"); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ScrollViewEffect obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }