RegistryEntry.this

Constructs a new RegistryEntry with the given name and configuration entry

  1. this(string name, ConfigEntry entry)
    struct RegistryEntry
    this
  2. this(string name, T entry)

Parameters

name string

the name

entry ConfigEntry

the entry itself

Meta