[Extension()] public static IEnumerable<TTagged> TaggedWithAttribute<TTagged>( IEnumerable<TTagged> codeElementsTagged, IType typeAttribute ) where TTagged: class, IAttributeTarget
Parameters
- codeElementsTagged
- This sequence of code elements.
- typeAttribute
- The type attribute that tags code elements in the returned sequence.
Type Parameters
- TTagged
- The tagged code elements' type that is IAttributeTarget or that implements IAttributeTarget, being one of IMethod, IField, IType or IAssembly type.