compiler stage: parameter analysis
Namespace: NSS.Blast.Compiler.Stage
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public BlastCompilerStageType StageType { get; }
VB
Public ReadOnly Property StageType As BlastCompilerStageType
Get
C++
public:
virtual property BlastCompilerStageType StageType {
BlastCompilerStageType get () sealed;
}
F#
abstract StageType : BlastCompilerStageType with get
override StageType : BlastCompilerStageType with get
Type: BlastCompilerStageType
BlastIdentifierMapping Class
NSS.Blast.Compiler.Stage Namespace