C# Class Loyc.Syntax.StdCallNode

Inheritance: CallNode
Mostrar archivo Open project: qwertie/ecsharp

Protected Properties

Property Type Description
_args VList

Public Methods

Method Description
StdCallNode ( VList args, LNode ras ) : System
StdCallNode ( VList args, SourceRange range, NodeStyle style = NodeStyle.Default ) : System

Method Details

StdCallNode() public method

public StdCallNode ( VList args, LNode ras ) : System
args VList
ras LNode
return System

StdCallNode() public method

public StdCallNode ( VList args, SourceRange range, NodeStyle style = NodeStyle.Default ) : System
args VList
range SourceRange
style NodeStyle
return System

Property Details

_args protected_oe property

protected VList _args
return VList