Click or drag to resize

TypeDeclIsPartial Property

True if the type is a partial type.

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

Property Value

Type: Boolean

Implements

ITypeDeclIsPartial
See Also