Click or drag to resize

PropertyRefFind Method (TypeDefinition, String, Boolean)

Find a property on the specified TypeDefinition with the specified name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static SymbolicRef Find(
	TypeDefinition typeDefinition,
	string name,
	bool isFirstOnLine = false
)

Parameters

typeDefinition
Type: Mono.CecilTypeDefinition
name
Type: SystemString
isFirstOnLine (Optional)
Type: SystemBoolean

Return Value

Type: SymbolicRef
A PropertyRef to the property, or an UnresolvedRef if no match was found.
See Also