List Question
20 TechQA 2024-02-28T20:50:17.930000Getting a pointer to a value type on the heap that updates when gc moves the value
39 views
Asked by patvax
In C#, Why Is A Stack of Structs Referencing Reference Types Slower to Push Than Structs Containing Value Types?
78 views
Asked by Alexander Flesher
Integer -> double unboxes, but Double -> int doesn't unbox. Why?
208 views
Asked by Vince
How does boxing a trait affect lifetime of parameters passed to it ? (with a very specific example)
148 views
Asked by fruphon
CIL shows `box` ops when the generic type is constrained to a class
48 views
Asked by IamIC
How does Boxing move data from stack to heap?
185 views
Asked by Ashika Umanga Umagiliya
How to reach the value of an object nested within an object?
90 views
Asked by Douar Gwenn
Why can't C# cast an object containing a boxed int to a double?
260 views
Asked by Gilles jr Bisson
Do strings get boxed in C#?
152 views
Asked by user3163495
Why doesn't IntStream.spliterator() return Spliterator.OfInt since Java 11?
87 views
Asked by Dan R
Why does invoking a method with a short choose the `void (int)` overload over `void (Short)`?
96 views
Asked by kolinunlt
Does any built-in value type in C# implement any interface?
146 views
Asked by HosseinSedghian
In C#, is boxing and unboxing involved when casting long to ulong and vice versa?
219 views
Asked by 8749236
Array of integers boxing
86 views
Asked by Visual Studio
F# Testing for Base Types With Pattern Matching and Boxing of Tuples
81 views
Asked by 7enderhead
Collect primitive array values into a collection of type Map
149 views
Asked by Mr. Polywhirl
Is it possible to get a pointer to a boxed unmanaged value type?
287 views
Asked by kaalus
Is it boxing or unboxing?
100 views
Asked by AudioBubble
How to merge detected boxes with opencv?
136 views
Asked by Ctnkaya