mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:45:41 +00:00
Update upm branch (8d7ca6ea0a
)
This commit is contained in:
parent
69403256d3
commit
ac24a3b47d
BIN
X10D.Unity.dll
BIN
X10D.Unity.dll
Binary file not shown.
13
X10D.xml
13
X10D.xml
@ -5856,19 +5856,6 @@
|
||||
LINQ-inspired extension methods for <see cref="T:System.Collections.Generic.IEnumerable`1" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:X10D.Linq.EnumerableExtensions.ConcatOne``1(System.Collections.Generic.IEnumerable{``0},``0)">
|
||||
<summary>
|
||||
Concatenates a single value to the end of a sequence.
|
||||
</summary>
|
||||
<param name="source">The source sequence.</param>
|
||||
<param name="value">The value to concatenate to the end of the source sequence.</param>
|
||||
<typeparam name="TSource">The type of the elements in <paramref name="source" />.</typeparam>
|
||||
<returns>
|
||||
An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains the concatenated elements of the input sequence, and the specified
|
||||
value.
|
||||
</returns>
|
||||
<exception cref="T:System.ArgumentNullException"><paramref name="source" /> is <see langword="null" />.</exception>
|
||||
</member>
|
||||
<member name="M:X10D.Linq.EnumerableExtensions.Except``1(System.Collections.Generic.IEnumerable{``0},``0)">
|
||||
<summary>
|
||||
Filters a sequence of values by omitting elements that match a specified value.
|
||||
|
@ -6,7 +6,7 @@
|
||||
"url": "https://oliverbooth.dev"
|
||||
},
|
||||
"displayName": "X10D",
|
||||
"version": "4.0.0-nightly.234",
|
||||
"version": "4.0.0-nightly.236",
|
||||
"unity": "2021.3",
|
||||
"description": "Extension methods on crack",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user