Xml documentation… Done!

This commit is contained in:
GoldenCrystal
2014-12-16 02:48:50 +01:00
parent 04b03edee2
commit f0b7ccb607
5 changed files with 64 additions and 16 deletions
@@ -7,6 +7,7 @@ using System.Threading.Tasks;
namespace System.Unicode
{
/// <summary>Represents a collection of code point cross-references.</summary>
public struct UnicodeCrossReferenceCollection : IList<int>
{
private static int[] EmptyArray = new int[0];