DocFX + Singulink = ♥

Class JsonRegistry<TKey, TValue>.ReloadedEventArgs

Provides data for the EntryReloaded event.

Inheritance
object
EventArgs
JsonRegistry<TKey, TValue>.ReloadedEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SlugBase
Assembly: SlugBase.dll
Syntax
public class JsonRegistry<TKey, TValue>.ReloadedEventArgs : EventArgs

Properties

View Source

Key

The unique key of the reloaded entry.

Declaration
public TKey Key { get; }
Property Value
Type Description
TKey
View Source

Value

The reloaded entry.

Declaration
public TValue Value { get; }
Property Value
Type Description
TValue