Search Results for

    Show / Hide Table of Contents

    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 Source

    CommentsObjectDescriptor(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 Source

    Comment

    Gets the comment to be written.

    Declaration
    public string Comment { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ScalarStyle

    Declaration
    public ScalarStyle ScalarStyle { get; }
    Property Value
    Type Description
    YamlDotNet.Core.ScalarStyle
    | Improve this Doc View Source

    StaticType

    Declaration
    public Type StaticType { get; }
    Property Value
    Type Description
    System.Type
    | Improve this Doc View Source

    Type

    Declaration
    public Type Type { get; }
    Property Value
    Type Description
    System.Type
    | Improve this Doc View Source

    Value

    Declaration
    public object Value { get; }
    Property Value
    Type Description
    System.Object

    Implements

    YamlDotNet.Serialization.IObjectDescriptor

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX