Parent Directory
|
Revision Log
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
}
}
© 2006 Novell, Inc. All Rights Reserved.