Version 3.3.0.1

EditableKeyValuePair<TKey, TValue> struct

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public struct EditableKeyValuePair<TKey, TValue> : IEquatable<EditableKeyValuePair<TKey, TValue>>

Type Parameters

TKey

TValue

Constructors

EditableKeyValuePair(TKey, TValue, Boolean, Boolean)
public EditableKeyValuePair(TKey key, TValue value, bool isInvalidKey, bool isTempKey)
Parameters
TKey key

TValue value

System.Boolean isInvalidKey

System.Boolean isTempKey

Fields

IsInvalidKey
public bool IsInvalidKey
IsTempKey
public bool IsTempKey
Key
[OdinSerialize]
[DisableContextMenu(true, false)]
[ShowInInspector]
[SuppressInvalidAttributeError]
public TKey Key
Value
[OdinSerialize]
[ShowInInspector]
public TValue Value

Methods

Equals(EditableKeyValuePair<TKey, TValue>)
public bool Equals(EditableKeyValuePair<TKey, TValue> other)
Parameters
EditableKeyValuePair<TKey, TValue> other

Returns
System.Boolean