ITypeParameter Interface
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
Definition
Defines a contract for accessing generic type parameter metadata.
public interface ITypeParameter : IType
- Extends
- Implemented by
Properties
| Constraints | Gets the constraints applied to the type parameter. |
| DeclaringMember | Gets the member that declares this type parameter, which can be either a type or a method. |
| HasConstraints | Gets a value indicating whether the type parameter has any constraints. |
| IsGenericMethodParameter | Gets a value indicating whether the current type parameter represents a type parameter of a generic method. |
| IsGenericTypeParameter | Gets a value indicating whether the current type parameter represents a type parameter of a generic type. |
| Position | Gets the position of the type parameter in the type parameter list. |
| TypeConstraints | Gets the type constraints applied to the type parameter. |
| Variance | Gets the variance of the type parameter. |
Extension Methods