Method AddAttributes
AddAttributes<T>(T, FunctionAttributeIndex, AttributeKind[])
Adds attributes to an IAttribute
Declaration
public static T AddAttributes<T>([ValidatedNotNull] this T self, FunctionAttributeIndex index, params AttributeKind[] values)
where T : class, IAttributeContainer
public static T AddAttributes<T>([ValidatedNotNull] this T self, FunctionAttributeIndex index, params AttributeKind[] values)
where T : class, IAttributeContainer
Parameters
T | self | Container to add the attributes to |
Function |
index | Function |
Attribute |
values | Attributes to add to the container |
Returns
T |
|
Type Parameters
T | Container type |
AddAttributes<T>(T, FunctionAttributeIndex, AttributeValue[])
Adds Attribute
Declaration
public static T AddAttributes<T>(this T self, FunctionAttributeIndex index, params AttributeValue[] attributes)
where T : class, IAttributeContainer
public static T AddAttributes<T>(this T self, FunctionAttributeIndex index, params AttributeValue[] attributes)
where T : class, IAttributeContainer
Parameters
T | self | Container to add the attribute to |
Function |
index | Function |
Attribute |
attributes | Attribute to add to the container |
Returns
T |
|
Type Parameters
T | Container type |
AddAttributes<T>(T, FunctionAttributeIndex, IEnumerable<AttributeValue>)
Adds Attribute
Declaration
public static T AddAttributes<T>(this T self, FunctionAttributeIndex index, IEnumerable<AttributeValue> attributes)
where T : class, IAttributeContainer
public static T AddAttributes<T>(this T self, FunctionAttributeIndex index, IEnumerable<AttributeValue> attributes)
where T : class, IAttributeContainer
Parameters
T | self | Container to add the attribute to |
Function |
index | Function |
IEnumerable<Attribute |
attributes | Attribute to add to the container |
Returns
T |
|
Type Parameters
T | Container type |
AddAttributes<T>(T, FunctionAttributeIndex, IAttributeDictionary)
Adds the attributes from and IAttribute
Declaration
public static T AddAttributes<T>(this T self, FunctionAttributeIndex index, IAttributeDictionary attributes)
where T : class, IAttributeContainer
public static T AddAttributes<T>(this T self, FunctionAttributeIndex index, IAttributeDictionary attributes)
where T : class, IAttributeContainer
Parameters
T | self | Container to add the attributes to |
Function |
index | Function |
IAttribute |
attributes | IAttribute |
Returns
T |
|
Type Parameters
T | Container type |