Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
Implicit Conversion - Records vs Structs vs Class by Anonymous
System.Collections.Generic.List`1[TestObject].Where(x => (Convert(x.Id, Record) == value(Program+<>c__DisplayClass0_0)._record))
System.Collections.Generic.List`1[TestObject].Where(x => (Convert(x.Id, RecordStruct) == value(Program+<>c__DisplayClass0_0)._recordStruct))
System.Collections.Generic.List`1[TestObject].Where(x => (x.Id == Convert(value(Program+<>c__DisplayClass0_0)._recordWithoutOperator, Int32)))
System.Collections.Generic.List`1[TestObject].Where(x => (x.Id == Convert(value(Program+<>c__DisplayClass0_0)._struct, Int32)))
System.Collections.Generic.List`1[TestObject].Where(x => (x.Id == Convert(value(Program+<>c__DisplayClass0_0)._class, Int32)))
Last Run: 11:24:13 am
Compile: 0.026s
Execute: 0.06s
Memory: 6.09Mb
CPU: 0.086s