2025 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
)
  • key
    The key of this KeynoteEntry
  • text
    The text associated with this KeynoteEntry