DocFX + Singulink = ♥

Class Feature

Represents a constant setting of a SlugBaseCharacter.

Inheritance
object
Feature
Feature<T>
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SlugBase.Features
Assembly: SlugBase.dll
Syntax
public abstract class Feature

Constructors

View Source

Feature(string)

Creates a new Feature with the given id.

Declaration
public Feature(string id)
Parameters
Type Name Description
string id

The JSON key.

Exceptions
Type Condition
ArgumentNullException

id is null.

ArgumentException

A Feature with the given id already exists.

Properties

View Source

ID

This Feature's JSON key.

Declaration
public string ID { get; }
Property Value
Type Description
string