C# Class SafeILGenerator.Ast.AstLabel

Exibir arquivo Open project: soywiz/SafeILGenerator Class Usage Examples

Public Properties

Property Type Description
Name string

Public Methods

Method Description
CreateLabel ( string Name = "<Unknown>" ) : AstLabel
ToString ( ) : string

Protected Methods

Method Description
AstLabel ( string Name ) : System

Method Details

AstLabel() protected method

protected AstLabel ( string Name ) : System
Name string
return System

CreateLabel() public static method

public static CreateLabel ( string Name = "<Unknown>" ) : AstLabel
Name string
return AstLabel

ToString() public method

public ToString ( ) : string
return string

Property Details

Name public_oe property

public string Name
return string