SerializeAttribute(SerializeType, String) Constructor |
Initializes a new instance of the class.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic SerializeAttribute(
SerializeType type = SerializeType.Enable,
string memberName = ""
)
Parameters
- type SerializeType (Optional)
-
- memberName String (Optional)
-
See Also