[MonoDevelop] Re: PATCH: Generic support in MonoDevelop.Projects.Parser

Alejandro Serrano trupill at yahoo.es
Sun Jun 11 05:51:05 EDT 2006


Matej Urbas escribió:
> Hi
>
> I've done a minor change in the MonoDevelop.Projects.Parser namespace 
> to add some generic support. I hope the patch is alright.
>
> Index: MonoDevelop.Projects.Parser/IParameter.cs
> ===================================================================
> --- MonoDevelop.Projects.Parser/IParameter.cs	(revision 61617)
> +++ MonoDevelop.Projects.Parser/IParameter.cs	(working copy)
> @@ -6,6 +6,7 @@
>  // </file>
>  using System;
>  using System.Reflection;
> +using System.Collections.Specialized;
>  
>  namespace MonoDevelop.Projects.Parser
>  {
> @@ -39,5 +40,14 @@
>  		IMember DeclaringMember {
>  			get;
>  		}
> +		
> +		/// <summary>
> +		/// Contains values (types) of actual parameters (arguments) to a
> +		/// generic type.
> +		/// <p>This collection contains fully qualified names.</p>
> +		/// </summary>
> +		StringCollection GenericArguments {
> +			get;
> +		}
>  	}
>  }
>   
What is the GenericParameters collection in IParameter supposed to be? I 
can't see any use for it: the type of the parameter is in IReturnType.

	
	
		
______________________________________________ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com


More information about the Monodevelop-list mailing list