ICSharpCode.NRefactory.Ast.AttributedNode.AttributedNode C# (CSharp) Method

AttributedNode() protected method

protected AttributedNode ( ) : System
return System
        protected AttributedNode()
        {
            attributes = new List<AttributeSection>();
        }

Same methods

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