C# Class ICSharpCode.NRefactory.Ast.AttributedNode

Inheritance: ICSharpCode.NRefactory.Ast.AbstractNode
Exibir arquivo Open project: jbuedel/AgentRalphPlugin Class Usage Examples

Protected Methods

Method Description
AttributedNode ( ) : System
AttributedNode ( List attributes ) : System
AttributedNode ( Modifiers modifier, List attributes ) : System

Method Details

AttributedNode() protected method

protected AttributedNode ( ) : System
return System

AttributedNode() protected method

protected AttributedNode ( List attributes ) : System
attributes List
return System

AttributedNode() protected method

protected AttributedNode ( Modifiers modifier, List attributes ) : System
modifier Modifiers
attributes List
return System