Click or drag to resize

TypeRefBaseOccursIn Method

Determine if the current type is the same as or occurs in the (potentially nested) type arguments of the specified type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool OccursIn(
	TypeRefBase typeRef
)

Parameters

typeRef
Type: Nova.CodeDOMTypeRefBase

Return Value

Type: Boolean
See Also