Search:

Type: Posts; User: stewbond

Search: Search took 0.10 seconds.

  1. Thread: Generics

    by stewbond
    Replies
    3
    Views
    1,180

    [SOLVED] Re: Generics

    That is certainly too bad. Thanks for the response.
  2. Thread: Generics

    by stewbond
    Replies
    3
    Views
    1,180

    [SOLVED] Generics

    I'm having trouble figuring out how to properly define Generics. Could you let me know what I'm doing wrong here?



    public class MyClass1<T>
    {
    private final MyClass2<T> myobject;
    private...
Results 1 to 2 of 2