| Namespace: | Sirenix.Serialization |
| Assembly: | Sirenix.Serialization |
public abstract class BaseDictionaryKeyPathProvider<T> : IDictionaryKeyPathProvider<T>, IDictionaryKeyPathProvider, IComparer<T>
Not yet documented.
protected BaseDictionaryKeyPathProvider()
public abstract string ProviderID { get; }
public abstract int Compare(T x, T y)
| T | x | Not yet documented. |
| T | y | Not yet documented. |
| System.Int32 | Not yet documented. |
public abstract T GetKeyFromPathString(string pathStr)
| System.String | pathStr | Not yet documented. |
| T | Not yet documented. |
public abstract string GetPathStringFromKey(T key)
| T | key | Not yet documented. |
| System.String | Not yet documented. |