Search Results for

    Show / Hide Table of Contents

    Interface ITreeNodeList<T>

    Contains add mothod to add node to a tree

    Namespace: PnP.Framework.Diagnostics.Tree
    Assembly: PnP.Framework.dll
    Syntax
    public interface ITreeNodeList<T>
    Type Parameters
    T

    Generic type tree node

    Methods

    Add(ITreeNode<T>)

    Adds node to a tree

    Declaration
    ITreeNode<T> Add(ITreeNode<T> node)
    Parameters
    ITreeNode<T> node

    Tree node to add to a tree

    Returns
    ITreeNode<T>

    Returns Generic type ITreeNode object

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer