TypeOrMethodDef.typeDef constructor

const TypeOrMethodDef.typeDef(
  1. TypeDefIndex value
)

Constructs a TypeOrMethodDef referencing a TypeDef.

Implementation

const factory TypeOrMethodDef.typeDef(TypeDefIndex value) =
    TypeOrMethodDefTypeDef;