Version 3.2.0.0

EditableKeyValuePair<TKey, TValue> struct

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

Type Parameters

TKey

TValue

Constructors

EditableKeyValuePair(TKey, TValue, Boolean, Boolean)
Not yet documented.
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
Not yet documented.
[OdinSerialize]
[DisableContextMenu(true, false)]
[ShowInInspector]
[SuppressInvalidAttributeError]
public TKey Key
Value
Not yet documented.
[OdinSerialize]
[ShowInInspector]
public TValue Value

Methods

Equals(EditableKeyValuePair<TKey, TValue>)
Not yet documented.
public bool Equals(EditableKeyValuePair<TKey, TValue> other)
Parameters
EditableKeyValuePair<TKey, TValue> other

Returns
System.Boolean