Skip to content

Commit fb4afc8

Browse files
committed
add <returns> XML doc
1 parent 73e0e80 commit fb4afc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Orm/Xtensive.Orm/Core/ArgumentValidator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public static void EnsureArgumentNotNullOrEmptyOrWhiteSpace(string value, [Invok
9191
/// <param name="value">Value to compare check.</param>
9292
/// <param name="parameterName">Name of the method parameter.</param>
9393
/// <typeparam name="T">The expected type of value.</typeparam>
94+
/// <returns><paramref name="value" /> parameter casted to type <typeparamref name="T" /></returns>
9495
[MethodImpl(MethodImplOptions.AggressiveInlining)]
9596
public static T EnsureArgumentIs<T>(object value,
9697
[InvokerParameterName, CallerArgumentExpression("value")] string parameterName = null)

0 commit comments

Comments
 (0)