Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void AddRange(IEnumerable<Attribute>)

  • Declared in: RT.Xml.Tag

Declaration

public void AddRange(
    IEnumerable<Attribute> attributes
)

Summary

Adds the specified attributes to this tag. If an attribute with the same name already exists, an exception occurs.