Click or drag to resize

spiderStageControlAddStageT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbWEM.Core.stage.spiderStageControl.AddStage``1(System.String,System.String,System.String)"]

Namespace:  imbWEM.Core.stage
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public T AddStage<T>(
	string name,
	string description,
	string codename
)
where T : new(), spiderStageBase

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:imbWEM.Core.stage.spiderStageControl.AddStage``1(System.String,System.String,System.String)"]

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:imbWEM.Core.stage.spiderStageControl.AddStage``1(System.String,System.String,System.String)"]

codename
Type: SystemString

[Missing <param name="codename"/> documentation for "M:imbWEM.Core.stage.spiderStageControl.AddStage``1(System.String,System.String,System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:imbWEM.Core.stage.spiderStageControl.AddStage``1(System.String,System.String,System.String)"]

Return Value

Type: T

[Missing <returns> documentation for "M:imbWEM.Core.stage.spiderStageControl.AddStage``1(System.String,System.String,System.String)"]

See Also