Search code examples
C# supports value types and reference types, but are they all objects?...


c#value-typereference-type

Read More
Get reference of value type C#...


c#unsafevalue-type

Read More
Cannot assign property of struct returned from method...


c#.netstructvalue-type

Read More
Mutable wrapper of value types to pass into iterators...


c#.net-3.5iteratorvalue-typereference-type

Read More
Trying to understand classes and struct...


c#classreferencestructvalue-type

Read More
Reference types vs Nullable types ToString()...


c#nullnullablevalue-typereference-type

Read More
Where to know/check: Int32 inherits from ValueType, ValueType inherits from Object?...


.netobjectvalue-typeint32

Read More
How to determine if a type is a value type from CLI metadata?...


.netmetadatavalue-type

Read More
Efficient way to get name/MT of ValueTypes not listed in !dumpheap -stat...


clrwindbgvalue-typesosdbghelp

Read More
Using Structs with WCF Services...


c#wcfstructvalue-type

Read More
C++ boost error: cannot convert const value type* (aka const wchar_t*) to const char* in initializat...


c++boostcharconstantsvalue-type

Read More
Can't Set 'Value' of a custom ValueType...


.netvb.netvalue-type

Read More
Passing immutable value types by reference by default...


c#value-type

Read More
Which is more performant, passing a method the entire object, or a property of that object?...


c#.netobjectvalue-typereference-type

Read More
what's the memory location way while using a value type as a paramter...


c#memory-managementvalue-typereference-type

Read More
Layout of .NET value type in memory...


c#.netmarshallingjitvalue-type

Read More
Caching Value Types c#...


c#genericscachingnullvalue-type

Read More
Not all code paths return a value - but they do...


c#.netcompiler-errorsvalue-type

Read More
StackOverflowException in c# when no local variable in the function...


c#stackvalue-type

Read More
C# arrays of structs and assignment performance...


c#structvalue-type

Read More
Why a Struct can not be derived from another struct?...


c#.netclrvalue-type

Read More
Why is boxing a primitive value-type in .NET uncached, unlike Java?...


java.netmemory-managementboxingvalue-type

Read More
Teaching References in C#...


c#referencepass-by-referencevalue-typereference-type

Read More
String behaving like a Value Type...


c#functionvalue-typereference-type

Read More
Comparing a generic against null that could be a value or reference type?...


c#genericsnullvalue-typenull-check

Read More
Indexers in List vs Array...


c#value-type

Read More
What is the difference between C# & CLI when it comes in with value types and constructors?...


c#.netconstructorcommand-line-interfacevalue-type

Read More
how to set valuetype as positive int?...


c#.netc#-4.0value-typetypeof

Read More
Why do I need to pass strings by reference to my swap function?...


c#.netstringvalue-typereference-type

Read More
What are good uses for mutable structs?...


.netstructclrvalue-type

Read More
BackNext