Class ArgumentInfo
- Namespace
- Docfx.DataContracts.ManagedReference
- Assembly
- Docfx.Dotnet.dll
public class ArgumentInfo
Inheritance
Inherited Members
Properties
Type
[YamlMember(Alias = "type")]
[JsonProperty("type")]
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
Value
[YamlMember(Alias = "value")]
[JsonProperty("value")]
[JsonPropertyName("value")]
public object Value { get; set; }