Base method please help

hi Fuse Community hope you guys all good, thanks for this great technology, what does

base(true,“receivedMessage”,“registrationSucceeded”)

base() mean
please, guys, help me to understand no more, thank you very much

[UXGlobalModule]
public sealed class NotificationModule : NativeEventEmitterModule
{
static readonly NotificationModule _instance;
readonly iOSImpl _iOSImpl;
static NativeEvent _onRegistrationSucceedediOS; public NotificationModule()
: base(true,
“receivedMessage”,
“registrationSucceeded”)
{ … }



}

It means it will call the constructor of the parent class. Uno is C# language basically, so you can learn Uno by learning C#

1 Like

thank you very much :grin: