Open sandboxFocus

Interface IGenericParameterList

Read-only list of ITypeParameter.

Namespace: Metalama.Framework.Code.Collections
Assembly: Metalama.Framework.dll
Syntax
public interface IGenericParameterList : IReadOnlyList<ITypeParameter>, IReadOnlyCollection<ITypeParameter>, IEnumerable<ITypeParameter>, IEnumerable
Remarks

The order of items in this list is undetermined and may change between versions.

Extension Methods