Interface IDeviceCapabilityLabels
Represents a mapping from Device
Inherited Members
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Snowflake.Input.Device.DeviceCapability, System.String>>.GetEnumerator()
System.Collections.IEnumerable.GetEnumerator()
Namespace: Snowflake.Input.Device
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IDeviceCapabilityLabels : IEnumerable<KeyValuePair<DeviceCapability, string>>, IEnumerable
Properties
Item[DeviceCapability]
Gets a friendly string representation of the provided device capability.
Declaration
string this[DeviceCapability capability] { get; }
Parameters
Type | Name | Description |
---|---|---|
Device |
capability | The Device |
Property Value
Type | Description |
---|---|
System. |
A string representation of the device capbility |