C# Class System.Linq.Expressions.Interpreter.RuntimeLabel

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Свойство Type Description
ContinuationStackDepth int
Index int
StackDepth int

Méthodes publiques

Méthode Description
RuntimeLabel ( int index, int continuationStackDepth, int stackDepth ) : System.Diagnostics
ToString ( ) : string

Method Details

RuntimeLabel() public méthode

public RuntimeLabel ( int index, int continuationStackDepth, int stackDepth ) : System.Diagnostics
index int
continuationStackDepth int
stackDepth int
Résultat System.Diagnostics

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ContinuationStackDepth public_oe property

public int ContinuationStackDepth
Résultat int

Index public_oe property

public int Index
Résultat int

StackDepth public_oe property

public int StackDepth
Résultat int