This sample demonstrates the use of partial types, which enable a class or struct to be defined in two or more C# files. This allows multiple programmers to work on different portions of a class in parallel, and for different facets of a complex class to be kept in separate files.
Security Note |
---|
This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Microsoft assumes no liability for incidental or consequential damages should the sample code be used for purposes other than as intended. |
To build and run the PartialTypes Code sample within Visual Studio
From the Debug menu, click Start Without Debugging.
To build and run the PartialTypes Code sample from the Command Line
Use the Change Directory (cd) command to change to the PartialTypes directory.
Type the following:
csc PartialTypes.cs PartialTypes