Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - smartkid

Pages: [1]
1
Suggestions and Requests / Re: When will EA supports C# 2.0
« on: August 08, 2005, 10:37:31 pm »
Write a very simple class like:

public class MyClass {

public void MyMethod() { }

public void MyMethod<T>() { }

}

and reverse engineering to the model.

The two methods look no difference and I cannot find any "tag value".

2
Suggestions and Requests / Re: When will EA supports C# 2.0
« on: August 07, 2005, 10:22:36 pm »
The generic types of generic methods lost in importing.

For example:

when a method is declared as:

public void MyMethod<T>()

The generic type T is lost when importing.

3
Suggestions and Requests / When will EA supports C# 2.0
« on: August 06, 2005, 03:51:33 pm »
Currently, EA does not support generics in C#2.0

Pages: [1]