Search code examples
declare value tuples in generic method signature...

c#genericstuplesvaluetuple

Read More
Convert an array of separated strings into an ValueTuple list...

c#tuplesvaluetuple

Read More
Easiest way to serialize an ValueTuple list...

c#listserializationtuplesvaluetuple

Read More
What changed in System.ValueTuple 4.4.0 -> 4.5.0?...

c#.netc#-7.0base-class-libraryvaluetuple

Read More
Why is it impossible to declare a type alias to an F# struct tuple?...

f#valuetuple

Read More
Can't load System.ValueTuple in dynamically compiled code...

c#tuplesassembly-referencesdynamic-compilationvaluetuple

Read More
How to create a dictionary with a 3-dimensional key...

c#dictionaryvaluetuple

Read More
Is params Keyword supports with ValueTuple as a parameter C# 7.0?...

c#.nettuplesc#-7.0valuetuple

Read More
Performance penalties to deconstructing tuples in c#?...

c#performance.net-coretypesvaluetuple

Read More
How can I create a generic case-insensitive multi-key dictionary using ValueTuples?...

c#dictionarygenericscase-insensitivevaluetuple

Read More
How can I use tuples in nunit TestCases?...

c#nunitvaluetuple

Read More
Casting value of Dictionary<SomeEnum, dynamic> to an tuple fails...

c#dictionarydynamicvaluetuple

Read More
Tuple lambda syntax suddenly not working in C#...

c#lambda.net-framework-versionvaluetuple

Read More
How does the System.ValueTuple NuGet expand my language features?...

c#roslynvaluetuple

Read More
Is it possible to use ValueTuple as model in View?...

c#asp.net-core-mvcvaluetuple

Read More
I can't get parameter names from valuetuple via reflection in c# 7.0...

c#c#-7.0valuetuple

Read More
What makes ValueTuple covariant?...

c#covariancevaluetuple

Read More
ValueTuple set fields via reflection...

c#.nettuplesvaluetuple

Read More
Property in a new instance of class and previously created instance of same class are referenced sam...

c#xamarinxamarin.formsvaluetuplebindableproperty

Read More
How to check if a list of ValueTuple is type of List<ValueTuple> in C# 7...

c#typesvaluetuple

Read More
Base type of ValueTuple<T1, T2>...

c#-7.0valuetuple

Read More
Is there a shorthand way to convert a Tuple to a ValueTuple?...

.nettuplesc#-7.0valuetuple

Read More
How to create a List of ValueTuple?...

c#c#-7.0valuetuple

Read More
Value tuples expose wrong parameter name from WebAPI...

c#asp.net-web-apivaluetuple

Read More
Using `is` operator with value type tuples gives error...

c#valuetuple

Read More
Deconstruct tuple from ref variable...

c#.netvaluetuple

Read More
Why can ValueTuple not be const?...

c#valuetuplec#-7.3

Read More
How to create a .NET C# ValueType Tuple dynamically?...

c#.net.net-coredynamically-generatedvaluetuple

Read More
ValueTuples lose their property names when serialized...

c#json.nettuplesvaluetuple

Read More
Are ValueTuples suitable as dictionary keys?...

c#dictionaryvaluetuple

Read More
BackNext