Browse Source

Updated doc comments.

pull/58/head
Steven Kirk 11 years ago
parent
commit
3c423fee5e
  1. 6
      Perspex.Base/PriorityValue.cs

6
Perspex.Base/PriorityValue.cs

@ -103,9 +103,9 @@ namespace Perspex
/// <summary>
/// Checks whether a value is valid for a type.
/// </summary>
/// <param name="value"></param>
/// <param name="propertyType"></param>
/// <returns></returns>
/// <param name="value">The value.</param>
/// <param name="propertyType">The type.</param>
/// <returns>True if the value is valid, otherwise false.</returns>
public static bool IsValidValue(object value, Type propertyType)
{
TypeInfo type = propertyType.GetTypeInfo();

Loading…
Cancel
Save