Software for the Open Enterprise™

Wiki Toolbox

View of /dotNET Xcode Additions/File Templates/Mono/Nemerle/Nemerle class.pbfiletemplate/class.n

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (download) (annotate) (vendor branch)
Sat Jun 11 16:57:24 2005 UTC (4 years, 5 months ago) by shinryu
Branch: MAIN, shinryu
CVS Tags: dotnetxcadds, HEAD
Changes since 1.1: +0 -0 lines
Init msg
/*
 *  «FILENAME»
 *  «PROJECTNAME»
 *
 *  Created by «FULLUSERNAME» on «DATE».
 *  Copyright «YEAR» «ORGANIZATIONNAME». All rights reserved.
 *
 *  It is recommended that you use the Nemerle specification files included with the distribution.
 *  The Mono or DotGNU Portable.NET framework(s) are required for Nemerle.
 *  The Nemerle distribution is required for compilation.
 *
 *  Mono:                 http://www.mono-project.com/
 *  DotGNU Portable.NET:  http://www.dotgnu.org/
 *  Nemerle:              http://www.nemerle.org/
 */

using System;

/// Describe «FILEBASENAMEASIDENTIFIER» here.
public class «FILEBASENAMEASIDENTIFIER» {
	/// Constructor method for «FILEBASENAMEASIDENTIFIER».
	public this() {
		// add code here
	}
}

Corporate Governance | Legal | Privacy | Subscribe | Feedback | Glossary | RSS | Contact

© 2006 Novell, Inc. All Rights Reserved.