We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e0e80 commit fb4afc8Copy full SHA for fb4afc8
Orm/Xtensive.Orm/Core/ArgumentValidator.cs
@@ -91,6 +91,7 @@ public static void EnsureArgumentNotNullOrEmptyOrWhiteSpace(string value, [Invok
91
/// <param name="value">Value to compare check.</param>
92
/// <param name="parameterName">Name of the method parameter.</param>
93
/// <typeparam name="T">The expected type of value.</typeparam>
94
+ /// <returns><paramref name="value" /> parameter casted to type <typeparamref name="T" /></returns>
95
[MethodImpl(MethodImplOptions.AggressiveInlining)]
96
public static T EnsureArgumentIs<T>(object value,
97
[InvokerParameterName, CallerArgumentExpression("value")] string parameterName = null)
0 commit comments