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