MetalamaAPI documentationAspect APIMetalama.​Framework.​Code.​CollectionsParameter­List­Extensions
Open sandboxFocus

ParameterListExtensions Class

Extension methods for the IParameterList class.

Inheritance
ParameterListExtensions
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.