Update upm branch (6f3a667e37)

This commit is contained in:
github-actions 2023-04-14 12:58:03 +00:00
parent c1158db3e5
commit 5198c26e45
4 changed files with 39 additions and 1 deletions

Binary file not shown.

BIN
X10D.dll

Binary file not shown.

View File

@ -9791,6 +9791,44 @@
<paramref name="destinationEncoding" /> is <see langword="null" />.
</exception>
</member>
<member name="M:X10D.Text.StringExtensions.ConcatIf(System.String,System.Boolean,System.String)">
<summary>
Appends a string to the current string if the specified condition evaluates to <see langword="true" />.
</summary>
<param name="value">The current string.</param>
<param name="condition">The condition to evaluate.</param>
<param name="appendValue">The string to append if the condition is true.</param>
<returns>The concatenated string.</returns>
</member>
<member name="M:X10D.Text.StringExtensions.ConcatIf(System.String,System.Func{System.Boolean},System.String)">
<summary>
Appends a string to the current string if the specified condition evaluates to <see langword="true" />.
</summary>
<param name="value">The current string.</param>
<param name="conditionFactory">The function that returns the condition to evaluate.</param>
<param name="appendValue">The string to append if the condition is true.</param>
<returns>The concatenated string.</returns>
<exception cref="T:System.ArgumentNullException"><paramref name="conditionFactory" /> is <see langword="null" />.</exception>
</member>
<member name="M:X10D.Text.StringExtensions.ConcatIf(System.String,System.Boolean,System.Func{System.String})">
<summary>
Appends a string to the current string if the specified condition evaluates to <see langword="true" />.
</summary>
<param name="value">The current string.</param>
<param name="condition">The condition to evaluate.</param>
<param name="valueFactory">The function that returns the string to append if the condition is true.</param>
<returns>The concatenated string.</returns>
</member>
<member name="M:X10D.Text.StringExtensions.ConcatIf(System.String,System.Func{System.Boolean},System.Func{System.String})">
<summary>
Appends a string to the current string if the specified condition evaluates to <see langword="true" />.
</summary>
<param name="value">The current string.</param>
<param name="conditionFactory">The function that returns the condition to evaluate.</param>
<param name="valueFactory">The function that returns the string to append if the condition is true.</param>
<returns>The concatenated string.</returns>
<exception cref="T:System.ArgumentNullException"><paramref name="conditionFactory" /> is <see langword="null" />.</exception>
</member>
<member name="M:X10D.Text.StringExtensions.CountSubstring(System.Span{System.Char},System.Char)">
<summary>
Counts the occurrences of a character within the current character span.

View File

@ -6,7 +6,7 @@
"url": "https://oliverbooth.dev"
},
"displayName": "X10D",
"version": "4.0.0-nightly.232",
"version": "4.0.0-nightly.233",
"unity": "2021.3",
"description": "Extension methods on crack",
"keywords": [