Table of Contents

Class ArrayPropertyValue

Namespace
Jabra.NET.Sdk.Properties
Assembly
Jabra.NET.Sdk.Properties.dll
public class ArrayPropertyValue : PropertyValue, IEquatable<PropertyValue>, IEnumerable<PropertyValue>, IEnumerable
Inheritance
ArrayPropertyValue
Implements
Inherited Members

Constructors

ArrayPropertyValue(params PropertyValue[])

public ArrayPropertyValue(params PropertyValue[] members)

Parameters

members PropertyValue[]

ArrayPropertyValue(IReadOnlyList<PropertyValue>)

public ArrayPropertyValue(IReadOnlyList<PropertyValue> members)

Parameters

members IReadOnlyList<PropertyValue>

Methods

Equals(ArrayPropertyValue?)

public bool Equals(ArrayPropertyValue? other)

Parameters

other ArrayPropertyValue

Returns

bool

Equals(PropertyValue?)

public override bool Equals(PropertyValue? other)

Parameters

other PropertyValue

Returns

bool

GetEnumerator()

public IEnumerator<PropertyValue> GetEnumerator()

Returns

IEnumerator<PropertyValue>

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string