Class CreditsState
[Serializable]
public class CreditsState : State, IState
- Inheritance
-
CreditsState
- Implements
- Inherited Members
Constructors
CreditsState(Dictionary)
public CreditsState(Dictionary serialized)
Parameters
serialized
Dictionary
CreditsState(IEnumerable<string>)
public CreditsState(IEnumerable<string> names)
Parameters
names
IEnumerable<string>
Fields
Address
public static readonly Address Address
Field Value
- Address
Properties
Names
public IImmutableList<string> Names { get; }
Property Value
Methods
Serialize()
public override IValue Serialize()
Returns
- IValue