Class NamedArgumentInfo
public class NamedArgumentInfo
Inheritance
-
Inherited Members
-
Properties
Name
[YamlMember(Alias = "name")]
[JsonProperty("name")]
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
- string
-
Type
[YamlMember(Alias = "type")]
[JsonProperty("type")]
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
- string
-
Value
[YamlMember(Alias = "value")]
[JsonProperty("value")]
[JsonPropertyName("value")]
public object Value { get; set; }
Property Value
- object
-