abstract class
|
TutorialInfo
|
implements
|
IBuilder<Tutorial>
|
||
base of
|
TutorialInfoGeneric
|
Human-readable name of the tutorial.
public
readonly
field
|
Name
|
||
type
|
string
|
Finishes the build process and returns the resulting object.
[OwnerReturn, OwnerThis]
|
||||
public
abstract
method
|
Build
()
|
|||
type
|
Tutorial
|
|||
returns
|
The resulting object. | |||
implements
|
IBuilder.Build
|
Creates a new instance of TutorialInfo.
protected
constructor
|
TutorialInfo
(string name)
|
||
params
|
name
|
[not-empty]
|
Human-readable name of the tutorial. |