Click or drag to resize

CodeUnitIsFile Property

True if the CodeUnit is associated with a file (as opposed to being only in memory).

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

Property Value

Type: Boolean
See Also