KeynoteEntry(String, String)
Description:
Constructs a new KeynoteEntry from the given key name and keynote text. KeynoteEntry objects created from this constructor will not have parents.
Constructs a new KeynoteEntry from the given key name and keynote text. KeynoteEntry objects created from this constructor will not have parents.
Overloads (2):
public KeynoteEntry(
string key,
string text
)
-
StringkeyThe key of this KeynoteEntry
-
StringtextThe text associated with this KeynoteEntry
-
key is an empty string.
-
A non-optional argument was null