Extension methods for the IParameterList class.
Namespace: Metalama.Framework.Code.Collections
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public static class ParameterListExtensions
Methods
Name | Description |
---|---|
OfName(IParameterList, string) | |
OfParameterType(IParameterList, IType) | Selects the parameters of a given type. |
OfParameterType(IParameterList, Type) | Selects the parameters of a given type. |
OfParameterType<T>(IParameterList) | Selects the parameters of a given type. |