Click or drag to resize

RequiredModifierType Constructor

Initializes a new instance of the RequiredModifierType class

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public RequiredModifierType(
	TypeReference modifierType,
	TypeReference type
)

Parameters

modifierType
Type: Mono.CecilTypeReference
type
Type: Mono.CecilTypeReference
See Also