Show / Hide Table of Contents

Class ShortNameMap

Inheritance
System.Object
ShortNameMap
Implements
System.IDisposable
Namespace: Eco.Stats
Assembly: Eco.Stats.dll
Syntax
public sealed class ShortNameMap : Object, IDisposable

Constructors

ShortNameMap()

Declaration
public ShortNameMap()

Properties

All

Declaration
public IEnumerable<ShortNameEntry> All { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ShortNameEntry>

Methods

Dispose()

Declaration
public void Dispose()

GetOrAddShortName(String)

Declaration
public string GetOrAddShortName(string longName)
Parameters
Type Name Description
System.String longName
Returns
Type Description
System.String

Init(IEnumerable<ShortNameEntry>)

Declaration
public void Init(IEnumerable<ShortNameEntry> collection)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ShortNameEntry> collection

Events

OnAdded

Declaration
public event Action<ShortNameEntry> OnAdded
Event Type
Type Description
System.Action<ShortNameEntry>

Implements

System.IDisposable
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾