freeswitch/src/dotnet/dotnet/Types/MemoryPool.cs

11 lines
180 B
C#
Executable File

using System;
using System.Runtime.InteropServices;
namespace FreeSwitch.NET.Types
{
public class MemoryPool
{
public HandleRef marshaledObject;
}
}