MetalamaAPI documentationAspect APIMetalama.​Framework.​AspectsIAspect­Receiver<TDeclaration>Select
Open sandboxFocus

IAspectReceiver<TDeclaration>.Select Method

Select<TMember>(Func<TDeclaration, TMember>)

Projects each declaration of the current set into a new declaration.

Declaration
IAspectReceiver<TMember> Select<TMember>(Func<out TDeclaration, TMember> selector) where TMember : class, IDeclaration
Parameters
Type Name Description
Func<TDeclaration, TMember> selector
Returns
Type Description
IAspectReceiver<TMember>
Type Parameters
Name Description
TMember