ModernUO/Projects/SerializationGenerator/SourceGeneration/SymbolMetadata
Kamron Batman b125146b27
fix: Adds BitArray support with codegen (#888)
* Adds a custom BitArray class with the following added features:
  * ctor for creating BitArray against read only span
  * ctor for creating BitArray against BinaryReader
  * CopyTo to copy a BitArray to a Span
* Adds BitArray to UO Primitive serialization so it can be codegenned.
2021-12-13 09:31:02 -08:00
..
SymbolMetadata.Builtin.cs Adds dictionary to codegen (#838) 2021-11-07 13:20:11 -08:00
SymbolMetadata.UO.cs fix: Adds BitArray support with codegen (#888) 2021-12-13 09:31:02 -08:00