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
Equals(PropertyValue?)
public override bool Equals(PropertyValue? other)
Parameters
other
PropertyValue
Returns
GetEnumerator()
public IEnumerator<PropertyValue> GetEnumerator()
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()