RegistryEntry.this

Constructs a new RegistryEntry with the given name and configuration entry

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

Parameters

name string

the name

entry T

the entry itself

Meta