justinstenning / SharedMemory

C# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)
https://www.nuget.org/packages/SharedMemory
Other
566 stars 118 forks source link

The array should support IList just like the Array class in .NET does #13

Closed kasajian closed 8 years ago

kasajian commented 8 years ago

See very simply implementation in pull request.