CodeGenerator GeneratedCodeSegregation EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Defines how generated files should be stored on disk

Namespace: NFX.Serialization.Arow
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum GeneratedCodeSegregation
Members

  Member nameValueDescription
FilePerNamespace0
FilePerType1
AllInOne2
See Also