blob: 8a312ed719bbce72450d18d804f7ef3b72e4cdc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
using System.Collections.Generic;
using System;
public struct AllocationClassData<T>
{
static Comparison<AllocationClassData<T>> hh;
}
class C
{
public static void Main ()
{
}
}
|