Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.05 KB

8d7693cf-a6a5-a7ab-efa0-5954670d872d.md

File metadata and controls

46 lines (32 loc) · 1.05 KB

CompilationData.HasDefines Property

[Missing

documentation for "P:NSS.Blast.Compiler.CompilationData.HasDefines"]

Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

C#

public bool HasDefines { get; }

VB

Public ReadOnly Property HasDefines As Boolean
	Get

C++

public:
virtual property bool HasDefines {
	bool get () sealed;
}

F#

abstract HasDefines : bool with get
override HasDefines : bool with get

Property Value

Type: Boolean

Implements

IBlastCompilationData.HasDefines

See Also

Reference

CompilationData Class
NSS.Blast.Compiler Namespace