Table of Contents

Enum GenericParameterType

Namespace
AsmResolver.DotNet.Signatures
Assembly
AsmResolver.DotNet.dll

Provides members indicating whether a reference to a generic parameter is declared in a type or a method.

public enum GenericParameterType

Fields

Method = 2

Indicates the generic parameter type is defined in an enclosing method.

Type = 1

Indicates the generic parameter type is defined in an enclosing type.