C# Class NanoByte.Common.StructureEditor.ChildInfo

Information and callbacks for a potential new child node in the structure.
显示文件 Open project: nano-byte/common

Public Properties

Property Type Description
Create Func
Description string
Name string

Public Methods

Method Description
ChildInfo ( string name, string description, Func create ) : System

Method Details

ChildInfo() public method

public ChildInfo ( string name, string description, Func create ) : System
name string
description string
create Func
return System

Property Details

Create public_oe property

public Func Create
return Func

Description public_oe property

public string Description
return string

Name public_oe property

public string Name
return string