コード例 #1
0
        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)");
        }
コード例 #2
0
 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);
 }