docs: add explanation for NotDispatchable declaration#180
Conversation
Update internal utility classes to explicitly declare NotDispatchable. This change enforces early binding to improve type safety and reduces runtime overhead by bypassing the IDispatchinterface.
I'm not sure where this comes from. If it was highly recommended then language creators would have made
|
|
Oh, ha ha, okay. Thank you for your correction. I'll turn off pr This is a question I encountered while reading the document in the morning. After looking up some materials, I found it was a good thing and mistakenly thought that the document should explain this matter in more detail. Now it seems that it would be better for you professionals to explain and describe it |
Adds a concise explanation of why and when to use NotDispatchable:
Helps developers understand the intent behind this declaration without digging into implementation details.