Search code examples
Enum is Reference Type or Value Type?...


.netenumsvalue-typereference-type

Read More
C# - Using a private setter with a public getter on reference types...


c#propertiesencapsulationgetter-setterreference-type

Read More
Why does casting a primitive type to a reference type is giving compilation error?...


javacastingprimitive-typesreference-type

Read More
Proper use of MemoryCache with generics?...


c#genericsvalue-typereference-typememorycache

Read More
C# select doesn't change value of array...


c#arraysselectvalue-typereference-type

Read More
C# - Using equals operators and methods between child and parent classes pointing to the same memory...


c#castingequalityreference-type

Read More
Is int? a value type or a reference type?...


c#intvalue-typereference-type

Read More
Does passing Reference Types using ref save memory?...


c#.netpass-by-referencerefreference-type

Read More
What is the hidden value of the pointer/reference assigned to reference type variables?...


c#value-typereference-type

Read More
Why does the mutable StringBuilder behave like the immutable string when a reference is changed?...


c#-4.0immutabilitystringbuilderreference-type

Read More
Would an int variable containing another int variable be considered a reference type?...


c#value-typereference-type

Read More
Can structs contain fields of reference types...


c#structreference-type

Read More
Generic constraint on T to be reference type and value type simultaneously?...


c#constraintsgenericsvalue-typereference-type

Read More
If string is a reference type, why is strA's value not changing in this case?...


c#.netpass-by-referencevalue-typereference-type

Read More
Where stored references to heap memory for reference types?...


c#.netreference-type

Read More
Reference cycles with value types?...


swiftautomatic-ref-countingvalue-typereference-countingreference-type

Read More
Reference type inside value type...


swiftmemory-managementvalue-typereference-typedeinit

Read More
Value and Reference types confusion...


c#value-typereference-type

Read More
Value copy without using serialization in c#...


c#deep-copyreference-type

Read More
Why passing string to a method behaves unlike List<object> if they are both reference type?...


c#refoutreference-type

Read More
Detailed Explanation of Variable Capture in Closures...


c#.netclosuresvalue-typereference-type

Read More
Reference types in runtime...


javaruntimereference-type

Read More
do generic type param shadow reference types? (java)...


javagenericstype-parameterreference-typeshadowing

Read More
Using Object variables to reference new data types/objects...


javaoopreference-type

Read More
Why java has "String" type and not "string"?...


javastringprimitive-typesreference-type

Read More
Reference type example questions...


c++reference-type

Read More
What is int in c#?...


c#value-typereference-type

Read More
Elements of a Jagged Array...


c#arraysvalue-typereference-type

Read More
The given expression is always of the provided type...


c#compiler-warningsreference-type

Read More
When and best way to make exact copies of strings in C#...


c#arraysstringreference-type

Read More
BackNext