Click or drag to resize

objectWithNameAndDescription Constructor (String, String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the objectWithNameAndDescription class.

Namespace:  imbACE.Core.interfaces.primitives
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public objectWithNameAndDescription(
	string __name,
	string __description
)
Request Example View Source

Parameters

__name
Type: SystemString
The name.
__description
Type: SystemString
The description.
See Also