Show / Hide Table of Contents

Class ThreadSafeBidirectionalMap<TKey, TVal>.State

Inheritance
System.Object
ThreadSafeBidirectionalMap<TKey, TVal>.State
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public class State : Object

Constructors

State(ImmutableDictionary<TKey, TVal>, ImmutableDictionary<TVal, TKey>)

Declaration
public State(ImmutableDictionary<TKey, TVal> keyToValue, ImmutableDictionary<TVal, TKey> valueToKey)
Parameters
Type Name Description
System.Collections.Immutable.ImmutableDictionary<TKey, TVal> keyToValue
System.Collections.Immutable.ImmutableDictionary<TVal, TKey> valueToKey

Fields

KeyToValue

Declaration
public readonly ImmutableDictionary<TKey, TVal> KeyToValue
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<TKey, TVal>

ValueToKey

Declaration
public readonly ImmutableDictionary<TVal, TKey> ValueToKey
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<TVal, TKey>

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾