Method AddAttributes
AddAttributes(AttributeKind[])
Adds attributes to an Argument
Declaration
public Argument AddAttributes(params AttributeKind[] values)
Parameters
public Argument AddAttributes(params AttributeKind[] values)
AttributeKind[] | values | AttributeKinds to add |
Returns
Argument | This Argument for Fluent use |
AddAttributes(AttributeValue[])
Adds AttributeValues to an Argument
Declaration
public Argument AddAttributes(params AttributeValue[] attributes)
Parameters
public Argument AddAttributes(params AttributeValue[] attributes)
AttributeValue[] | attributes | AttributeValues to add |
Returns
Argument | This Argument for fluent usage |
AddAttributes(IEnumerable<AttributeValue>)
Adds AttributeValues to an Argument
Declaration
public Argument AddAttributes(IEnumerable<AttributeValue> attributes)
Parameters
public Argument AddAttributes(IEnumerable<AttributeValue> attributes)
IEnumerable<AttributeValue> | attributes | AttributeValues to add |
Returns
Argument | This Argument for fluent usage |