Click or drag to resize

TypeRefIsImplementationOf Method

Determines if the current TypeRef implements the specified interface TypeRef.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool IsImplementationOf(
	TypeRef interfaceTypeRef
)

Parameters

interfaceTypeRef
Type: Nova.CodeDOMTypeRef

Return Value

Type: Boolean
See Also