Click or drag to resize

AliasIsImplementationOf Method

Determine if the aliased type implements the specified interface type.

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

Implements

ITypeDeclIsImplementationOf(TypeRef)
See Also