Show / Hide Table of Contents

Struct StatusEntry

Namespace: Content.Shared.Wires
Assembly: Content.Shared.dll
Syntax
public struct StatusEntry

Constructors

| Improve this Doc View Source

StatusEntry(Object, Object)

Declaration
public StatusEntry(object key, object value)
Parameters
Type Name Description
System.Object key
System.Object value

Fields

| Improve this Doc View Source

Key

The key of this status, according to the status dictionary server side.

Declaration
public readonly object Key
Field Value
Type Description
System.Object
| Improve this Doc View Source

Value

The value of this status, according to the status dictionary server side..

Declaration
public readonly object Value
Field Value
Type Description
System.Object

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾