Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 876 Bytes

File metadata and controls

43 lines (29 loc) · 876 Bytes

CompilationData.WarningCount Property

number of warnings that occured during compilation

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

Syntax

C#

public int WarningCount { get; }

VB

Public ReadOnly Property WarningCount As Integer
	Get

C++

public:
property int WarningCount {
	int get ();
}

F#

member WarningCount : int with get

Property Value

Type: Int32

See Also

Reference

CompilationData Class
NSS.Blast.Compiler Namespace