Version 3.3.0.1

BaseDictionaryKeyPathProvider<T> class

Namespace: Sirenix.Serialization
Assembly: Sirenix.Serialization
public abstract class BaseDictionaryKeyPathProvider<T> : IDictionaryKeyPathProvider<T>, IDictionaryKeyPathProvider, IComparer<T>
Not yet documented.
Inheritance
  • System.Object
  • BaseDictionaryKeyPathProvider<T>

Type Parameters

T

Not yet documented.

Constructors

BaseDictionaryKeyPathProvider()
protected BaseDictionaryKeyPathProvider()

Properties

ProviderID
Not yet documented.
public abstract string ProviderID { get; }

Methods

Compare(T, T)
Not yet documented.
public abstract int Compare(T x, T y)
Parameters
T x

Not yet documented.

T y

Not yet documented.

Returns
System.Int32

Not yet documented.

GetKeyFromPathString(String)
Not yet documented.
public abstract T GetKeyFromPathString(string pathStr)
Parameters
System.String pathStr

Not yet documented.

Returns
T

Not yet documented.

GetPathStringFromKey(T)
Not yet documented.
public abstract string GetPathStringFromKey(T key)
Parameters
T key

Not yet documented.

Returns
System.String

Not yet documented.