IppAttributeValue.CreateIntegerArray(IIterable<Int32>) Method

Definition

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

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

Parameters

values

IIterable<Int32>

IEnumerable<Int32>

IIterable<int>

The values of the array of integer attributes.

Returns

The new IppAttributeValue object.

Applies to