Re: .NET 2.0 to be launched on Nov 8
- From: Marco van de Voort <marcov@xxxxxxxx>
- Date: 21 Jun 2005 02:51:00 -0700
On 2005-06-21, Jeroen Vandezande <NoSpam> wrote:
>>>
>>> Yes, constraints are very important.
>>
>> I do not see the purpose here, with ordinary strong typed containers. And
>> afaik C++ templates are strongtyped if you define your templates properly
>
> First of all I don't use C++, I use generics in Pascal.
(In Pascal.NET)
> Also the .net generics are definable at RUNTIME...
I'm not interested in generics in .NET. Only in native.
> I can do this:
> Function CreateContainer(atype: TClass): List;
> begin
> Result := List<atype>.create;
> end;
This is not runtime. It is anonymous, which is totally different and not
related at all.
It is comparable to
var x : array[0..5] of byte;
vs
type tmytype= array[0..5] of byte;
var x : tmytype;
.
- Follow-Ups:
- Re: .NET 2.0 to be launched on Nov 8
- From: Rudy Velthuis [TeamB]
- Re: .NET 2.0 to be launched on Nov 8
- References:
- .NET 2.0 to be launched on Nov 8
- From: Paras Kafley
- Re: .NET 2.0 to be launched on Nov 8
- From: Tom Reiertsen
- Re: .NET 2.0 to be launched on Nov 8
- From: Jeroen Vandezande
- Re: .NET 2.0 to be launched on Nov 8
- From: Captain Jake
- Re: .NET 2.0 to be launched on Nov 8
- From: Rudy Velthuis [TeamB]
- Re: .NET 2.0 to be launched on Nov 8
- From: Marco van de Voort
- Re: .NET 2.0 to be launched on Nov 8
- From: Rudy Velthuis [TeamB]
- Re: .NET 2.0 to be launched on Nov 8
- From: Marco van de Voort
- Re: .NET 2.0 to be launched on Nov 8
- From: Jeroen Vandezande
- .NET 2.0 to be launched on Nov 8
- Prev by Date: Re: .NET 2.0 to be launched on Nov 8
- Next by Date: Re: Please read Mr. Kaster, Mr. Intersimone, TeamB members and the rest of all .Net friends !!!
- Previous by thread: Re: .NET 2.0 to be launched on Nov 8
- Next by thread: Re: .NET 2.0 to be launched on Nov 8
- Index(es):
Relevant Pages
|