File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11using StackMemoryAttributes . Attributes ;
22using StackMemoryCollections . Attibutes ;
3+ using System . Collections . Generic ;
34
45namespace Tests
56{
@@ -73,5 +74,8 @@ HelpStruct2 helpStruct2
7374 public int Int32 { get ; set ; }
7475
7576 public HelpStruct2 HelpStruct2 { get ; set ; }
77+
78+ [ GeneratorIgnore ]
79+ public Dictionary < int , string > Dictionary { get ; set ; }
7680 }
7781}
Original file line number Diff line number Diff line change 22using StackMemoryAttributes . Attributes ;
33using StackMemoryCollections . Attibutes ;
44using System ;
5+ using System . Collections . Generic ;
56using System . Runtime . CompilerServices ;
67
78namespace Tests
@@ -49,6 +50,9 @@ long int64
4950
5051 public long Int64 ;
5152 public int Int32 ;
53+
54+ [ GeneratorIgnore ]
55+ public Dictionary < int , string > Dictionary { get ; set ; }
5256 }
5357
5458 [ TestFixture ]
You can’t perform that action at this time.
0 commit comments