C# Class Loyc.Syntax.StdComplexCallNodeWithAttrs

Inheritance: StdComplexCallNode
Afficher le fichier Open project: qwertie/ecsharp

Protected Properties

Свойство Type Description
_attrs VList

Méthodes publiques

Méthode Description
StdComplexCallNodeWithAttrs ( VList attrs, LNode target, VList args, LNode ras ) : System
StdComplexCallNodeWithAttrs ( VList attrs, LNode target, VList args, SourceRange range, NodeStyle style = NodeStyle.Default ) : System
WithAttrs ( Func selector ) : LNode
WithAttrs ( VList attrs ) : LNode
cov_Clone ( ) : StdComplexCallNode

Method Details

StdComplexCallNodeWithAttrs() public méthode

public StdComplexCallNodeWithAttrs ( VList attrs, LNode target, VList args, LNode ras ) : System
attrs VList
target LNode
args VList
ras LNode
Résultat System

StdComplexCallNodeWithAttrs() public méthode

public StdComplexCallNodeWithAttrs ( VList attrs, LNode target, VList args, SourceRange range, NodeStyle style = NodeStyle.Default ) : System
attrs VList
target LNode
args VList
range SourceRange
style NodeStyle
Résultat System

WithAttrs() public méthode

public WithAttrs ( Func selector ) : LNode
selector Func
Résultat LNode

WithAttrs() public méthode

public WithAttrs ( VList attrs ) : LNode
attrs VList
Résultat LNode

cov_Clone() public méthode

public cov_Clone ( ) : StdComplexCallNode
Résultat StdComplexCallNode

Property Details

_attrs protected_oe property

protected VList _attrs
Résultat VList