Class NSCategoryGuess

Currently not used!

Constructors

NSCategoryGuess()

Currently not used!

Declaration

NSCategoryGuess

Methods

GetDummy()

Currently not used!

Declaration

String GetDummy()

Examples

NSCategoryGuess thing;
String dummy = thing.GetDummy();

Returns

Type Description
String

SetDummy(String)

Currently not used!

Declaration

Void SetDummy(String dummy)

Examples

NSCategoryGuess thing;
String dummy;
thing.SetDummy(dummy);

Parameters

Type Name Description
String dummy

Returns

Type Description
Void