cleol
[mcs.git] / tests / gtest-015.cs
blob8f4e089e27dfb4438431d05282bbb0af4661b623
1 // Very simple example of a generic method.
3 class Stack<S>
5 public static void Hello<T,U> (S s, T t, U u)
7 U v = u;
11 class X
13 static void Main ()