Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.06 KB

ddce63e9-28a9-7694-1542-20e0ad9e8ee1.md

File metadata and controls

46 lines (32 loc) · 1.06 KB

CompilationData.VariableCount Property

[Missing

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

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

Syntax

C#

public int VariableCount { get; }

VB

Public ReadOnly Property VariableCount As Integer
	Get

C++

public:
virtual property int VariableCount {
	int get () sealed;
}

F#

abstract VariableCount : int with get
override VariableCount : int with get

Property Value

Type: Int32

Implements

IBlastCompilationData.VariableCount

See Also

Reference

CompilationData Class
NSS.Blast.Compiler Namespace