-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Labels
generationRelated to assembly generationRelated to assembly generation
Milestone
Description
When a method returns an object (either as an actual return or as an out parameter), the type of that object should be the exact type, which might be derived from specified return type.
For example, consider this Mono method:
public static Stream GetStream() => new MemoryStream();When when the Il2Cpp wrapper is called by a modder, we want it to return Il2CppSystem.IO.MemoryStream, not Il2CppSystem.IO.Stream.
Metadata
Metadata
Assignees
Labels
generationRelated to assembly generationRelated to assembly generation