Esempio n. 1
0
            private static unsafe int Do_Abi_GetView_2(IntPtr thisPtr, out IntPtr __return_value__)
            {
                global::Windows.Foundation.Collections.IVectorView <T> ____return_value__ = default;

                __return_value__ = default;

                try
                {
                    ____return_value__ = FindAdapter(thisPtr).GetView();
                    __return_value__   = MarshalInterface <global::Windows.Foundation.Collections.IVectorView <T> > .FromManaged(____return_value__);
                }
                catch (Exception __exception__)
                {
                    global::WinRT.ExceptionHelpers.SetErrorInfo(__exception__);
                    return(global::WinRT.ExceptionHelpers.GetHRForException(__exception__));
                }
                return(0);
            }
 public FromAbiHelper(global::Windows.Foundation.Collections.IVectorView <T> vectorView, ObjectReference <Vftbl> objRef)
 {
     _vectorView = vectorView;
     _enumerable = (global::System.Collections.Generic.IEnumerable <T>) new IInspectable(objRef);
 }