Share via


IppAttributeValue.CreateEnumArray(IIterable<Int32>) Method

Definition

Creates an IppAttributeValue object that contains an array of enum attributes with the specified values.

public:
 static IppAttributeValue ^ CreateEnumArray(IIterable<int> ^ values);
 static IppAttributeValue CreateEnumArray(IIterable<int> const& values);
public static IppAttributeValue CreateEnumArray(IEnumerable<int> values);
function createEnumArray(values)
Public Shared Function CreateEnumArray (values As IEnumerable(Of Integer)) As IppAttributeValue

Parameters

values

IIterable<Int32>

IEnumerable<Int32>

IIterable<int>

The values of the array of enum attributes.

Returns

The new IppAttributeValue object.

Applies to