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

EventAddRemoveRegion() protected method

protected EventAddRemoveRegion ( List attributes ) : System
attributes List
return System
        protected EventAddRemoveRegion(List<AttributeSection> attributes)
        {
            Attributes = attributes;
            block = BlockStatement.Null;
            parameters = new List<ParameterDeclarationExpression>();
        }
EventAddRemoveRegion