Show / Hide Table of Contents

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 Source

this[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.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX