JConstructor
Represents a JSON constructor.
            
                
Gets or sets the name of this constructor.
            
public JConstructor()
Initializes a new instance of the  JConstructor class.
            
Initializes a new instance of the  JConstructor class from another  JConstructor object.
            
Initializes a new instance of the  JConstructor class with the specified name and content.
            
Initializes a new instance of the  JConstructor class with the specified name and content.
            
Initializes a new instance of the  JConstructor class with the specified name.
            
Loads a  JConstructor from a  JsonReader.
            
Loads a  JConstructor from a  JsonReader.
            
public static Task<JConstructor> LoadAsync(JsonReader reader, CancellationToken cancellationToken = default)
Asynchronously loads a  JConstructor from a  JsonReader.
            
public static Task<JConstructor> LoadAsync(JsonReader reader, JsonLoadSettings settings, CancellationToken cancellationToken = default)
Asynchronously loads a  JConstructor from a  JsonReader.