using System; using System.Runtime.InteropServices; namespace Cryville.Common.Buffers { public class WStringPool { public WStringPool() { } } }