Click here to Skip to main content
15,896,557 members

Comments by binsafir (Top 1 by date)

binsafir 27-Sep-15 4:39am View    
I mention this solution in my question and as I say, I have a need to use a generic method. So in essence class A has other uses outside of B and so I need to keep it separate. Since A's data, T[] stuff, is private B has to call its' public method. Generally speaking can a generic method in a generic class call a method in the inner class that returns type T?