HasDeclSecurity.typeDef constructor

const HasDeclSecurity.typeDef(
  1. TypeDefIndex value
)

Constructs a HasDeclSecurity referencing a TypeDef.

Implementation

const factory HasDeclSecurity.typeDef(TypeDefIndex value) =
    HasDeclSecurityTypeDef;