Show / Hide Table of Contents

Class PowerState.GenIdStorage

Inheritance
System.Object
PowerState.GenIdStorage
Namespace: Content.Server.Power.Pow3r
Assembly: Content.Server.dll
Syntax
public static class GenIdStorage : object

Methods

| Improve this Doc View Source

FromEnumerable<T>(IEnumerable<(PowerState.NodeId, T)>)

Declaration
public static PowerState.GenIdStorage<T> FromEnumerable<T>(IEnumerable<(PowerState.NodeId, T)> enumerable)
Parameters
Type Name Description
IEnumerable<System.ValueTuple<PowerState.NodeId, T>> enumerable
Returns
Type Description
PowerState.GenIdStorage<T>
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
☀
☾
In This Article
  • Methods
    • FromEnumerable<T>(IEnumerable<(PowerState.NodeId, T)>)
Back to top
Generated by DocFX
☀
☾