static class inheritance, generalized
- From: "Ben Voigt [C++ MVP]" <rbv@xxxxxxxxxxxxx>
- Date: Tue, 5 Jun 2007 14:30:32 -0500
I'm trying to construct a compelling example of the need for a language
feature, with full support for generics, to introduce all static members and
nested classes of another type into the current name search scope.
i.e. a very simple application would be
class ManyComputations
{
calling System.Math;
... z = Sin(3*x) + Log(y); // qualifiers not needed
}
This provides a superset of the "inherit from a static class" concept,
without actually using inheritance or conflicting with "sealed".
All C# experts are invited to join the discussion over in
microsoft.public.dotnet.languages.vc in the thread titled "howto decouple in
..NET?" Some familiarity with C++/CLI is a definite plus.
Thanks.
.
- Follow-Ups:
- Re: static class inheritance, generalized
- From: Frans Bouma [C# MVP]
- Re: static class inheritance, generalized
- From: Jon Skeet [C# MVP]
- Re: static class inheritance, generalized
- Prev by Date: Re: Getting logged in user from a service?
- Next by Date: Re: Getting logged in user from a service?
- Previous by thread: Re: Deriving from forms
- Next by thread: Re: static class inheritance, generalized
- Index(es):
Loading