Click or drag to resize

TypeRefGetField Method

Get the field with the specified name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual FieldRef GetField(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: FieldRef
See Also