C
C#7mo ago
Ethan Barron

✅ Need help understanding inheritance with constructors

I know about constructors partially (I'm used to Unity's MonoBehaviour so constructors are mostly superseeded by using things like Awake) but I'm not fully there. Currently I need to inherit from a class and run its constructor alongside mine. How exactly does this work?
2 Replies
Ethan Barron
Ethan Barron7mo ago
Mostly here. I cant get any guaranteed answers on if base is called automatically because everywhere I looked people are saying yes and no
No description
Ethan Barron
Ethan Barron7mo ago
I'm wanting to run base at the beginning then my code later Ohhh wait I didn't fully understand the : base thing but I just saw something I suppose I should've made sense of that. That's my bad
Want results from more Discord servers?
Add your server
More Posts
How to get the data of an adapter using MQTTnetThis is the documentation: https://docs.service.sicon.eco/sicon.os/2023.19.x/adapter-protocol-smqtt Converting from a string to a generic method invocationLooking for design patterns to help solve this problem I’m having at work. The situation is that we Auto refresh inside windows formTeam , We are using windows form c#. Is there any library for auto refresh (need to few logic eve✅ Fresh Install of Windows, I'm Getting Weird Errors (NETSDK1/NU1012, and DEP0700)Anyone know what might be happening here in my Maui Blazor Hybrid projects? For the older project object reference not set to instance of object on a static method callso im trying to use an opengl binding package (Veldrid.OpenGLBinding) but, when i call any of the meWeb API model classesI'm coding a webshop using ASP.NET Core Web API for the backend and Next.js for the frontend. I'm deInvalidate JWT-Tokens on logout and password change.I have an ASP.net Web api that handles user interaction. For authentification I use JWT Tokens. I reDynamically enable/disable a route in ASP.NET 7?Is there a way to dynamically enable/disable a route in ASP.NET 7? I'd like to be able to enable/dis✅ I keep getting Error CS5001 and CS0028, how do i get rid of themin CS5001 it says Program does not contain a static "Main" method suitable for an entry point and inStruct with explicit layoutHi, I am using Wintab and I am trying to make packet struct, but I have some problem. In some situat