Search code examples
Does a generic function implicitly cast value types to objects when checking for null?...


c#referencenullvalue-type

Read More
Count items in List(Of structure) using predicate in .NET 2.0/VB.NET...


.netvalue-typegeneric-list

Read More
Marshaling structure with reference-type and value-type members inside a union...


pinvokemarshallingunionvalue-typereference-type

Read More
No matching constructor for initialisation of 'value type'...


c++constructorvalue-type

Read More
Use cases for boxing a value type in C#?...


c#boxingvalue-typereference-typects

Read More
Is there a way I can prevent struct from being insantiated or can I have a class that will be copied...


c#referencestructvalue-typedefault-constructor

Read More
C# generic constraint: Array of Structs...


c#arraysgenericsvalue-typegeneric-constraints

Read More
Performing and type-safe collection of value types in the early version of .NET...


c#performance.net-1.1value-typec#-1.2

Read More
Can the CIL evaluation stack contain value types?...


.netclrcilvalue-type

Read More
what does this syntax int* mean?...


c#declarationvalue-type

Read More
Would there be benefits to a struct String in .Net?...


.netstringvalue-typereference-type

Read More
C# using properties with value types with Delegate.CreateDelegate...


c#reflectiondelegatesprimitivevalue-type

Read More
Check if IEnumerable is of a ValueType (at runtime)...


c#reflectionvalue-type

Read More
When to use an array of a value type containing a reference types over an array of a reference type?...


c#arrayscachingvalue-type

Read More
Entities across bounded contexts in Domain-Driven Design...


domain-driven-designentityvalue-typebounded-contexts

Read More
does valueType.ToString() does a cast on the valueType?...


c#value-typeboxingunboxing

Read More
Why does in my case value typed variable slower than reference type?...


c#optimizationvalue-typereference-type

Read More
braces around scalar initializer for type const GCC...


c++stdmapvalue-type

Read More
Calling methods on value types...


c#methodsclrvalue-type

Read More
How to declare a const field of a generic value type provided as generic argument...


c#genericsenumsvalue-type

Read More
What is a better way to check that a given object is a particular value type?...


c#ilvalue-typegettype

Read More
Composite key in Dictionary; override GetHashCode(), Equals etc or use structs?...


c#.netdictionarystructvalue-type

Read More
What's the correct way to implement a generic method to handle collections of different integral...


c#genericscollectionsvalue-type

Read More
Extension methods defined on value types cannot be used to create delegates - Why not?...


c#.netextension-methodsdelegatesvalue-type

Read More
Best way to use Value types as Reference types?...


c#genericsvalue-typereference-type

Read More
Local variable (int) might not be initialized before accessing...


c#value-type

Read More
int num = new int(); What happens when this line executes?...


c#.netnew-operatorinstantiationvalue-type

Read More
Is copying from an array of value-types faster than from an array of reference-types ? Why?...


.netarraysmemory-managementvalue-typereference-type

Read More
Modifying an array through a ref to one of its elements - Will it work?...


c#arraysvalue-typerefreference-type

Read More
Are all objects that don't inherit from System.ValueType reference type?...


c#.netvb.netvalue-typereference-type

Read More
BackNext