Esempio n. 1
0
        public static IType ParseTypeSignature(Context context, ITypeSignature typeSignature)
        {
            var self = new TypeSignatureParser(context);

            return(typeSignature.Accept(self));
        }