コード例 #1
0
        public static ISymUnmanagedMethod GetMethod(this ISymUnmanagedScope instance)
        {
            ISymUnmanagedMethod returnValue = instance.__GetMethod();

            ProcessOutParameter(returnValue);
            return(returnValue);
        }