C# Partial Methods
C# 2.0 introduced partial types to allow class definitions to be split between several files. C# 3.0 extends the concept with partial methods, allowing method signatures to be declared but not implemented. This is ideal for use with code generation tools.
Tutorials > C# > Language Features
More from BlackWasp
Mail to a Friend  |  Permalink