Class CommentsObjectDescriptor
Source: https://dotnetfiddle.net/8M6iIE.
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
IObjectDescriptorThe inner descriptor instance.
comment
stringThe comment to be written.
Properties
Comment
Gets the comment to be written.
public string Comment { get; }
Property Value
ScalarStyle
public ScalarStyle ScalarStyle { get; }
Property Value
- ScalarStyle
StaticType
public Type StaticType { get; }
Property Value
Type
public Type Type { get; }
Property Value
Value
public object Value { get; }