AttributeSet.AttributeSet Constructor
Initializes a new instance of the AttributeSet class.
Overload List
Name | Description | |
---|---|---|
Public method | AttributeSet() | Initializes a new instance of the AttributeSet class that is empty. |
Public method | AttributeSet(IDictionary<Atom,AttributeValue> items) | Initializes a new instance of the AttributeSet class with the specified elements. |
AttributeSet()
Initializes a new instance of the AttributeSet class that is empty.Syntax
public AttributeSet ()
AttributeSet(IDictionary<Atom,AttributeValue> items)
Initializes a new instance of the AttributeSet class with the specified elements.Syntax
public AttributeSet (
IDictionary< Atom, AttributeValue > items
)
Parameters
items
Type: A set of key and value pairs.
The elements that are added to the new instance.
The elements that are added to the new instance.
Platforms
Windows, Linux, Android