6 lines
82 B
C#
6 lines
82 B
C#
using System.Collections.Generic;
|
|
|
|
public class HashSet_Flash<T> : HashSet<T>
|
|
{
|
|
}
|