v60.1.0-alpha.187
Pre-release
Pre-release
Change Log
- Finished
UnicodeSet
implementation ofIsSubsetOf
,IsProperSubsetOf
,IsProperSupersetOf
, andSymmetricExceptWith
(including overloads forstring
,StringBuilder
,char[]
andICharSequence
) (#6) - Ported
StringSearch
in Collation package. - Converted Javadocs to C# documentation comments (#8)
- Changed public constants, static fields, and enum values to conform with .NET conventions (#11)
- De-nested public classes, interfaces, and enums (#14)
- Converted some iterator classes to .NET enumerators
- Changed public fields into properties
- Removed most static constructors and converted to using initializers for static fields