Skip to content

Latest commit

 

History

History

common

XenoAtom.Interop Build Status NuGet

This package provides the shared types FixedArray#<T> to interop between .NET and C/C++.

♻️ XenoAtom.Interop

This package is part of the XenoAtom.Interop project.

💻 Usage

Example of using this library in C#:

using XenoAtom.Interop;

// Create a fixed array of 10 integers
var array = new FixedArray10<int>();
array[0] = 42;
array[1] = 43;
// ...

🪪 License

This software is released under the BSD-2-Clause license.

🤗 Author

Alexandre Mutel aka xoofx.