'partial' keyword in C# is very good for project ,what's the same thing in D?

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Thu Oct 30 00:20:23 PDT 2014


On 2014-10-30 00:00, deadalnix wrote:

> What does it do ?

It lets you split the implementation of a class between multiple source 
files. I think it's mostly used in C# for tools that generate some 
codes, i.e. a GUI builder. You have the generated part of the class in 
one file and the code that is manually edited in another file.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list