Show / Hide Table of Contents

Class WireLayout

Inheritance
System.Object
WireLayout
Namespace: Content.Server.Wires
Assembly: Content.Server.dll
Syntax
public sealed class WireLayout : object

Constructors

| Improve this Doc View Source

WireLayout(IReadOnlyDictionary<Int32, WireLayout.WireData>)

Declaration
public WireLayout(IReadOnlyDictionary<int, WireLayout.WireData> specifications)
Parameters
Type Name Description
IReadOnlyDictionary<System.Int32, WireLayout.WireData> specifications

Properties

| Improve this Doc View Source

Specifications

Declaration
public IReadOnlyDictionary<int, WireLayout.WireData> Specifications { get; }
Property Value
Type Description
IReadOnlyDictionary<System.Int32, WireLayout.WireData>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾