Class CommentsObjectDescriptor
Source: https://dotnetfiddle.net/8M6iIE.
Inheritance
System.Object
CommentsObjectDescriptor
Implements
YamlDotNet.Serialization.IObjectDescriptor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Loader.Features.Configs
Assembly: Exiled.Loader.dll
Syntax
public sealed class CommentsObjectDescriptor : IObjectDescriptor
Constructors
| Improve this Doc View SourceCommentsObjectDescriptor(IObjectDescriptor, String)
Initializes a new instance of the CommentsObjectDescriptor class.
Declaration
public CommentsObjectDescriptor(IObjectDescriptor innerDescriptor, string comment)
Parameters
Type | Name | Description |
---|---|---|
YamlDotNet.Serialization.IObjectDescriptor | innerDescriptor | The inner descriptor instance. |
System.String | comment | The comment to be written. |
Properties
| Improve this Doc View SourceComment
Gets the comment to be written.
Declaration
public string Comment { get; }
Property Value
Type | Description |
---|---|
System.String |
ScalarStyle
Declaration
public ScalarStyle ScalarStyle { get; }
Property Value
Type | Description |
---|---|
YamlDotNet.Core.ScalarStyle |
StaticType
Declaration
public Type StaticType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Type
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
System.Type |
Value
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object |
Implements
YamlDotNet.Serialization.IObjectDescriptor