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