Show / Hide Table of Contents

    Class TreeItem

    Inheritance
    Object
    TreeItem
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:Microsoft.DocAsCode.Plugins
    Assembly:Microsoft.DocAsCode.Plugins.dll
    Syntax
    public class TreeItem

    Properties

    Items

    Declaration
    [JsonProperty("items")]
    public List<TreeItem> Items { get; set; }
    Property Value
    Type Description
    List<TreeItem>

    Metadata

    Declaration
    [JsonExtensionData]
    public Dictionary<string, object> Metadata { get; set; }
    Property Value
    Type Description
    Dictionary<String, Object>

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX