Include code file into C#? Create library for others?
Posted
by Tomas
on Stack Overflow
See other posts from Stack Overflow
or by Tomas
Published on 2010-05-09T10:55:57Z
Indexed on
2010/05/09
10:58 UTC
Read the original article
Hit count: 184
Hi, I would like to know how can I embedd a code source file (if possible), something like that:
class X
{
include "ClassXsource"
}
My second question - Can I build DLL or something like that for my colleagues to use? I need them to be able to call methods from my "part" but do not modify or view their content. Basically just use namespace "MyNamespace" and call its methods, but I have never done anything like that. Thanks
© Stack Overflow or respective owner