Class ParameterListExtensions
Extension methods for the IParameterList class.
Namespace: Metalama.Framework.Code.Collections
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public static class ParameterListExtensions : Object
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. |