ArrayDataWriterWriteT Method (T) |
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void Write<T>(
ref T source
)
where T : struct, new()
Parameters
- source
- Type: T
Type Parameters
- T
See Also