Method SetAttributes
SetAttributes(IAttributes)
Copy an entire Attributes object.
It may be more efficient to reuse an existing object rather than constantly allocating new ones.
Declaration
public virtual void SetAttributes(IAttributes atts)
Parameters
Type | Name | Description |
---|---|---|
IAttributes | atts | The attributes to copy. |