2020 Constructor
Changes 0
C

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.
Overloads (2):
KeynoteEntry(String,String)
public KeynoteEntry(
	string key,
	string text
)