C# Class Mono.CompilerServices.SymbolWriter.CapturedScope

Datei anzeigen Open project: baulig/debugger

Public Properties

Property Type Description
CapturedName string
Scope int

Public Methods

Method Description
CapturedScope ( int scope, string captured_name ) : System
ToString ( ) : string

Private Methods

Method Description
CapturedScope ( MyBinaryReader reader ) : System
Write ( MyBinaryWriter bw ) : void

Method Details

CapturedScope() public method

public CapturedScope ( int scope, string captured_name ) : System
scope int
captured_name string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

CapturedName public_oe property

public string CapturedName
return string

Scope public_oe property

public int Scope
return int