Click or drag to resize

TypeDeclIsInterface Property

True if the type is an interface.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual bool IsInterface { get; }

Property Value

Type: Boolean

Implements

ITypeDeclIsInterface
See Also