Open sandboxFocus

Interface IGenericContext

Represents a context in which type parameters are mapped to their values.

Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public interface IGenericContext

Properties

Name Description
IsEmptyOrIdentity

Gets a value indicating whether the current context contains any non-trivial mapping. This value is true if there is no type parameter in the context of the current declaration or if the context is unbound, i.e. in the context of a generic type definition.

Extension Methods