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

EventRemoveRegion() public method

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