Table of Contents

Class CommentsObjectDescriptor

Namespace
Exiled.Loader.Features.Configs
Assembly
Exiled.Loader.dll
public sealed class CommentsObjectDescriptor : IObjectDescriptor
Inheritance
CommentsObjectDescriptor
Implements
IObjectDescriptor
Inherited Members
Extension Methods

Constructors

CommentsObjectDescriptor(IObjectDescriptor, string)

Initializes a new instance of the CommentsObjectDescriptor class.

public CommentsObjectDescriptor(IObjectDescriptor innerDescriptor, string comment)

Parameters

innerDescriptor IObjectDescriptor

The inner descriptor instance.

comment string

The comment to be written.

Properties

Comment

Gets the comment to be written.

public string Comment { get; }

Property Value

string

ScalarStyle

public ScalarStyle ScalarStyle { get; }

Property Value

ScalarStyle

StaticType

public Type StaticType { get; }

Property Value

Type

Type

public Type Type { get; }

Property Value

Type

Value

public object Value { get; }

Property Value

object