Click or drag to resize

PropertyDefinition Constructor

Initializes a new instance of the PropertyDefinition class

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public PropertyDefinition(
	string name,
	PropertyAttributes attributes,
	TypeReference propertyType
)

Parameters

name
Type: SystemString
attributes
Type: Mono.CecilPropertyAttributes
propertyType
Type: Mono.CecilTypeReference
See Also