Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Golem
Core
RunManifest
C# Class Golem.Core.RunManifest
显示文件
Open project: tobinharris/golem
Public Properties
Property
Type
Description
ToRun
System.Collections.Specialized.OrderedDictionary
Public Methods
Method
Description
Add
(
Task
t
) :
void
RunManifest
( ) :
System
TaskAt
(
int
position
) :
Task
Method Details
Add()
public
method
public
Add
(
Task
t
) :
void
t
Task
return
void
RunManifest()
public
method
public
RunManifest
( ) :
System
return
System
TaskAt()
public
method
public
TaskAt
(
int
position
) :
Task
position
int
return
Task
Property Details
ToRun
public_oe property
public
OrderedDictionary,System.Collections.Specialized
ToRun
return
System.Collections.Specialized.OrderedDictionary