Show / Hide Table of Contents

Struct PowerState.GenIdStorage<T>.ValuesCollection

Implements
IReadOnlyCollection<T>
Namespace: Content.Server.Power.Pow3r
Assembly: Content.Server.dll
Syntax
public struct ValuesCollection : IReadOnlyCollection<T>

Constructors

| Improve this Doc View Source

ValuesCollection(PowerState.GenIdStorage<T>)

Declaration
public ValuesCollection(PowerState.GenIdStorage<T> owner)
Parameters
Type Name Description
PowerState.GenIdStorage<T> owner

Properties

| Improve this Doc View Source

Count

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

GetEnumerator()

Declaration
public PowerState.GenIdStorage<T>.ValuesCollection.Enumerator GetEnumerator()
Returns
Type Description
PowerState.GenIdStorage.ValuesCollection.Enumerator<>

Implements

IReadOnlyCollection<>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾