7 lines
75 B
C#
7 lines
75 B
C#
|
// Compiler options: -t:library
|
||
|
|
||
|
public class Call<T>
|
||
|
{
|
||
|
public T Field;
|
||
|
}
|