Пример #1
0
        public static bool MatchType(this ILNode node, GM_Type type)
        {
            ILExpression call;

            return(node.MatchType(type, out call));
        }