C# Class SafeILGenerator.Ast.AstLabel

Afficher le fichier Open project: soywiz/SafeILGenerator Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string

Méthodes publiques

Méthode Description
CreateLabel ( string Name = "<Unknown>" ) : AstLabel
ToString ( ) : string

Méthodes protégées

Méthode Description
AstLabel ( string Name ) : System

Method Details

AstLabel() protected méthode

protected AstLabel ( string Name ) : System
Name string
Résultat System

CreateLabel() public static méthode

public static CreateLabel ( string Name = "<Unknown>" ) : AstLabel
Name string
Résultat AstLabel

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Name public_oe property

public string Name
Résultat string