5 lines
56 B
C#
5 lines
56 B
C#
public struct S<T> where T : class
|
|
{
|
|
private T t;
|
|
}
|
public struct S<T> where T : class
|
|
{
|
|
private T t;
|
|
}
|