Show / Hide Table of Contents

Class FileDirectoryListbox.FauxDirectory

A listbox item container that represents a fake directory, such as ...

Inheritance
object
FileDirectoryListbox.FauxDirectory
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.UI.Controls
Assembly: SadConsole.Extended.dll
Syntax
public class FileDirectoryListbox.FauxDirectory

Constructors

FauxDirectory(string)

Creates a new instance of the class.

Declaration
public FauxDirectory(string name)
Parameters
Type Name Description
string name

The name to display.

Properties

Name

The name of the directory.

Declaration
public string Name { get; }
Property Value
Type Description
string

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX