75552b5150
git-svn-id: file:///srv/devel/repo-conversion/nusu@252 d2e56fa2-650e-0410-a79f-9358c0239efd
10 lines
171 B
C#
10 lines
171 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace Nuclex.Support.Source.Collections {
|
|
class ReadOnlySet {
|
|
}
|
|
}
|