Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.14 KB

26372684-46f6-dec1-7957-ffa68ed169dd.md

File metadata and controls

46 lines (32 loc) · 1.14 KB

BlastBytecodeOptimizer.StageType Property

[Missing

documentation for "P:NSS.Blast.Compiler.Stage.BlastBytecodeOptimizer.StageType"]

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

Syntax

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

Property Value

Type: BlastCompilerStageType

Implements

IBlastCompilerStage.StageType

See Also

Reference

BlastBytecodeOptimizer Class
NSS.Blast.Compiler.Stage Namespace