KeynoteEntry(String, String, String)
Description:
Constructs a new KeynoteEntry from the given key name, parent key name, and keynote text.
Constructs a new KeynoteEntry from the given key name, parent key name, and keynote text.
Overloads (2):
public KeynoteEntry(
string key,
string parentKey,
string text
)
-
StringkeyThe key of this KeynoteEntry.
-
StringparentKeyThe parent key of this KeynoteEntry. Empty string means this KeynoteEntry does not have a parent.
-
StringtextThe text associated with this KeynoteEntry
-
key is an empty string.
-
A non-optional argument was null