Click or drag to resize

FieldReference Constructor (String, TypeReference)

Initializes a new instance of the FieldReference class

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public FieldReference(
	string name,
	TypeReference fieldType
)

Parameters

name
Type: SystemString
fieldType
Type: Mono.CecilTypeReference
See Also