AttributeAssignment.AttributeAssignment Constructors
Creates a new instance of the AttributeAssignment class.
Overload List
Name | Description | |
---|---|---|
Public method | AttributeAssignment() | Creates a new instance of the AttributeAssignment class. |
Public method | AttributeAssignment(Atom attribute, System.String value) | Creates a new instance of the AttributeAssignment class with the specified parameters. |
AttributeAssignment()
Creates a new instance of the AttributeAssignment class.Syntax
public AttributeAssignment ()
AttributeAssignment(Atom attribute, System.String value)
Creates a new instance of the AttributeAssignment class with the specified parameters.Syntax
public AttributeAssignment (
Atom attribute,
System.String value
)
Parameters
Specifies the attribute to assign.
An expression that specifies the value to assign to the attribute.
Platforms
Windows, Linux, Android