Interface ICustomUpdateData
Represents a set of custom data, each indexed by a string-key.
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public interface ICustomUpdateData
Properties
| Edit this page View Sourcethis[string]
Gets the value for a specific key.
Declaration
object? this[string key] { get; }
Parameters
Type | Name | Description |
---|---|---|
string | key | The key of the value. |
Property Value
Type | Description |
---|---|
object | The value represented by the specified key. |