packaging typedefs into a single reference entity
Hi,
if i have a DWORD in c++ which i dont have in c#,
i say
using DWORD = System.UInt32;
if 10 such typedefs are to be done,and 10 files of the same C#project
use them,i thought its better to package them into an entity and add
as reference in all files so that i can start using them directly.but
namespace or class library is not serving the purpose.
any suggetsions?
Date:Mon, 16 Jul 2007 22:40:11 -0700
Author:
|