EditorOptionKey<T> Struct

Definition

Represents a type-safe key for editor options.

generic <typename T>
public value class EditorOptionKey
template <typename T>
struct EditorOptionKey
public struct EditorOptionKey<T>
type EditorOptionKey<'T> = struct
Public Structure EditorOptionKey(Of T)

Type Parameters

T

The type of the option value.

Inheritance
EditorOptionKey<T>

Constructors

EditorOptionKey<T>(String)

Initializes a new instance of EditorOptionKey<T>.

Properties

Name

Gets the name of this key.

Methods

Equals(Object)

Determines whether two EditorOptionKey<T> objects are the same.

GetHashCode()

Gets the hash code for this object.

ToString()

Converts this object to a string.

Operators

Equality(EditorOptionKey<T>, EditorOptionKey<T>)

Determines whether two instances of this type are the same.

Inequality(EditorOptionKey<T>, EditorOptionKey<T>)

Determines whether two instances of this type are different.

Applies to