C# Class Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry

Datei anzeigen Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
ID int

Public Methods

Method Description
AnonymousScopeEntry ( int id ) : System
ToString ( ) : string

Private Methods

Method Description
AddCapturedScope ( int scope, string captured_name ) : void
AddCapturedVariable ( string name, string captured_name, CapturedVariable kind ) : void
AnonymousScopeEntry ( MyBinaryReader reader ) : System
Write ( MyBinaryWriter bw ) : void

Method Details

AnonymousScopeEntry() public method

public AnonymousScopeEntry ( int id ) : System
id int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

ID public_oe property

public int ID
return int