This commit is contained in:
Daniel Cazzulino 2018-03-05 03:00:32 -08:00 коммит произвёл Rui Marinho
Родитель 32c929cb0d
Коммит 502f9fc1c2
2 изменённых файлов: 7 добавлений и 10 удалений

Просмотреть файл

@ -387,10 +387,9 @@ namespace Xamarin.Flex
Height = height;
}
/// <param name="child">The child item to be added.</param>
/// <summary>Adds a given child item to the current item.</summary>
/// <exception cref = "ArgumentException" > Thrown if the child has already been added to another item.</exception>
/// <param name="child">Child.</param>
/// <param name="child">The child item to be added.</param>
public void Add(Item child)
{
ValidateChild(child);

Просмотреть файл

@ -79,9 +79,7 @@ namespace Cadenza.Collections
}
/// <summary>
/// Gets the equality comparer being used for
/// <typeparam name="TKey" />
/// .
/// Gets the equality comparer being used for <typeparamref name="TKey"/>.
/// </summary>
public IEqualityComparer<TKey> Comparer
{