by
Roland Schumacher alias GENiALi
26. Januar 2010 -- 114
words -- 1 mal gelesen
Any how powerfully that annoy. I am on a large project. Here I must create quasi Fliessbandmässig, new classes. The classes are not public of all things. Each time the public add annoying but tremendously.
Solution:
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplatesCache\CSharp\Code\1031\Class.zip
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplatesCache\CSharp\Code\1031\Interface.zip
The templates are included in these two ZIP files. Just a public add and already works it as desired.
Me how do private default to MS new classes is not entirely clear. I need more public classes as private.
using System;
using System.Collections.Generic; $if$ ($ targetframeworkversion$ == 3.5)using System.LINQ;) $endif$ using System.text;
namespace $rootnamespace$ { public class $safeitemrootname$ { } }
The public in line 8 makes it possible.
3e425a30-5497-4647-9d47-3a29ed89859e|0|.0
Tags: