C# Class ICSharpCode.Core.IncludeDoozer

Includes one or multiple items from another location in the addin tree. You can use the attribute "item" (to include a single item) OR the attribute "path" (to include all items from the target path).
Inheritance: IDoozer
Show file Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
BuildItem ( object caller, Codon codon, ArrayList subItems ) : object

Method Details

BuildItem() public method

public BuildItem ( object caller, Codon codon, ArrayList subItems ) : object
caller object
codon Codon
subItems System.Collections.ArrayList
return object