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

EventAddRegion() public method

public EventAddRegion ( List attributes ) : System
attributes List
return System
        public EventAddRegion(List<AttributeSection> attributes)
            : base(attributes)
        {
        }