Search code examples
Method return default value...


c#interfacereturn-valuevalue-typereference-type

Read More
What does Python treat as reference types?...


pythonsequencesvalue-typereference-type

Read More
Where are ref value type parameters stored for asynchronous method calls in Microsoft's CLR?...


.netreferenceheap-memorystack-memoryvalue-type

Read More
Returning a value type from a property...


c#propertiesheap-memorystack-memoryvalue-type

Read More
The fastest way to check if a type is blittable?...


c#serializationmarshallingvalue-typeblit

Read More
Passing value types by reference...


c#parametersheap-memoryvalue-typestack-memory

Read More
Where are static structs stored in C#?...


c#memory-managementstackheap-memoryvalue-type

Read More
Is Guid considered a value type or reference type?...


c#.netguidvalue-typereference-type

Read More
How does .Net understand nested valuetypes? Are they valuetypes?...


c#.netstructvalue-type

Read More
Why does calling Min() on an empty list of references does not throw?...


c#ienumerablevalue-typereference-type

Read More
Is creating a C# generic method that accepts (nullable) value type and reference type possible?...


c#.netgenericsvalue-typereference-type

Read More
Are value types immutable by definition?...


c#.netimmutabilityvalue-type

Read More
Generate Struct Value in Get Accessor...


c#structvalue-type

Read More
Why can iterators in structs modify this?...


c#.netiteratorthisvalue-type

Read More
Is there a way to check if a delegate is a value or a reference type?...


swiftvalue-typereference-type

Read More
How does the CLR (.NET) internally allocate and pass around custom value types (structs)?...


.netgarbage-collectionclrmemory-managementvalue-type

Read More
Dilemma with using value types with `new` operator in C#...


c#.netvalue-typereference-type

Read More
Assign value of a reference property to a variable...


c#refvalue-type

Read More
Recursive bezier curve algorithm not working in C#...


c#structbeziervalue-type

Read More
Weird memory behaviour with array of structs...


swiftmemory-addressvalue-type

Read More
Can I treat a reference type as a value type here, or do I need to clone?...


c#asp.net-core-3.1value-typereference-type

Read More
How to make a value type nullable with .NET XmlSerializer?...


c#xml-serializationnullvalue-type

Read More
What's the type for "half" (binary16) in C#?...


c#value-type

Read More
The stack is an implementation detail, or not?...


.netstackvalue-type

Read More
Why are Value Types created on the Stack and Reference Types created on the Heap?...


.netvalue-typereference-type

Read More
.NET ORMs, immutable value objects, structs, default constructors, and readonly properties...


.netormclass-designimmutabilityvalue-type

Read More
Access only one element of a pair in an unordered_map in c++...


c++loopsfor-loopunordered-mapvalue-type

Read More
Making value type variables nullable by using "?": does it imply boxing?...


c#nullablevalue-typeboxingnullable-reference-types

Read More
Pointers of generic type?...


c#genericspointersvalue-type

Read More
Does C++ treat Class Objects like value types if initialized without the new operator?...


c++value-typereference-type

Read More
BackNext