Factlet Constructor (String) |
Constructor
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic Factlet(
string name
)
Public Sub New (
name As String
)
public:
Factlet(
String^ name
)
new :
name : string -> Factlet
Parameters
- name
- Type: SystemString
FactletName
See Also