MonoDevelop.CSharp.Parser.CSharpParser.ParseTypeReference C# (CSharp) Méthode

ParseTypeReference() public méthode

public ParseTypeReference ( TextReader reader ) : AstType
reader TextReader
Résultat AstType
		public AstType ParseTypeReference(TextReader reader)
		{
			// TODO: add support for parsing type references
			throw new NotImplementedException();
		}