Table of Contents

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

string

Value

[YamlMember(Alias = "value")]
[JsonProperty("value")]
[JsonPropertyName("value")]
public object Value { get; set; }

Property Value

object