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 SourceWireLayout(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 SourceSpecifications
Declaration
public IReadOnlyDictionary<int, WireLayout.WireData> Specifications { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<System.Int32, WireLayout.WireData> |