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>

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public PropertyValue this[int index] { get; set; }

Parameters

index int

Property Value

PropertyValue

Methods

Add(PropertyValue)

public void Add(PropertyValue member)

Parameters

member PropertyValue

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