C# Class Scorpio.CodeDom.CodeObject

Datei anzeigen Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Public Properties

Property Type Description
Negative bool
Not bool
StackInfo Scorpio.Exception.StackInfo

Public Methods

Method Description
CodeObject ( ) : System
CodeObject ( string breviary, int line ) : System

Method Details

CodeObject() public method

public CodeObject ( ) : System
return System

CodeObject() public method

public CodeObject ( string breviary, int line ) : System
breviary string
line int
return System

Property Details

Negative public_oe property

public bool Negative
return bool

Not public_oe property

public bool Not
return bool

StackInfo public_oe property

public StackInfo,Scorpio.Exception StackInfo
return Scorpio.Exception.StackInfo