Ejemplo n.º 1
0
        internal static nint GetSubviewsCount(this _View view)
        {
            var handle = view.GetSubviewsHandle();

            return(CFArrayGetCount(handle));
        }