Fix header comment in C# std_set typemaps

Mention that these typemaps require .NET 4 or greater.
This commit is contained in:
Vadim Zeitlin 2019-03-11 23:08:19 +01:00
commit 04c9a97787

View file

@ -1,9 +1,13 @@
/* -----------------------------------------------------------------------------
* std_map.i
* std_set.i
*
* SWIG typemaps for std::set<T>
* SWIG typemaps for std::set<T>.
*
* The C# wrapper is made to look and feel like a C# System.Collections.Generic.HashSet<>.
* Note that ISet<> used here requires .NET 4 or later.
*
* The C# wrapper implements ISet<> interface and shares performance
* characteristics of C# System.Collections.Generic.SortedSet<> class, but
* doesn't provide quite all of its methods.
* ----------------------------------------------------------------------------- */
%{