mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 05:35:41 +00:00
Bump upm to 3.2.0-nightly.155
This commit is contained in:
parent
52e62148e1
commit
4d94bfb0c9
BIN
X10D.Unity.dll
BIN
X10D.Unity.dll
Binary file not shown.
22
X10D.xml
22
X10D.xml
@ -969,6 +969,28 @@
|
||||
<returns>An enumerable collection containing <paramref name="value" /> repeated <paramref name="count" /> times.</returns>
|
||||
<exception cref="T:System.ArgumentOutOfRangeException"><paramref name="count" /> is less than 0.</exception>
|
||||
</member>
|
||||
<member name="T:X10D.Core.NullableExtensions">
|
||||
<summary>
|
||||
Extension methods for <see cref="T:System.Nullable`1" />
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:X10D.Core.NullableExtensions.TryGetValue``1(System.Nullable{``0},``0@)">
|
||||
<summary>
|
||||
Attempts to get the value of a <see cref="T:System.Nullable`1" />, and returns a value indicating the success of the
|
||||
operation.
|
||||
</summary>
|
||||
<param name="value">The nullable value.</param>
|
||||
<param name="result">
|
||||
When this method returns, contains the result of <see cref="P:System.Nullable`1.Value" />, if
|
||||
<see cref="P:System.Nullable`1.HasValue" /> is <see langword="true" />; otherwise, returns the default value for
|
||||
<typeparamref name="T" />.
|
||||
</param>
|
||||
<typeparam name="T">The type of the value.</typeparam>
|
||||
<returns>
|
||||
<see langword="true" /> if the value's <see cref="P:System.Nullable`1.HasValue" /> is <see langword="true" />; otherwise,
|
||||
<see langword="false" />.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:X10D.Core.RandomExtensions">
|
||||
<summary>
|
||||
Extension methods for <see cref="T:System.Random" />.
|
||||
|
@ -6,7 +6,7 @@
|
||||
"url": "https://oliverbooth.dev"
|
||||
},
|
||||
"displayName": "X10D",
|
||||
"version": "3.2.0-nightly.152",
|
||||
"version": "3.2.0-nightly.155",
|
||||
"unity": "2021.2",
|
||||
"description": "Extension methods on crack",
|
||||
"keywords": ["dotnet", "extension-methods"],
|
||||
|
Loading…
Reference in New Issue
Block a user