diff --git a/X10D.Unity.dll b/X10D.Unity.dll index a69f167..6829e06 100644 Binary files a/X10D.Unity.dll and b/X10D.Unity.dll differ diff --git a/X10D.dll b/X10D.dll index 698ab41..6bceda2 100644 Binary files a/X10D.dll and b/X10D.dll differ diff --git a/X10D.xml b/X10D.xml index 1a61318..4fc354a 100644 --- a/X10D.xml +++ b/X10D.xml @@ -969,6 +969,28 @@ An enumerable collection containing repeated times. is less than 0. + + + Extension methods for + + + + + Attempts to get the value of a , and returns a value indicating the success of the + operation. + + The nullable value. + + When this method returns, contains the result of , if + is ; otherwise, returns the default value for + . + + The type of the value. + + if the value's is ; otherwise, + . + + Extension methods for . diff --git a/package.json b/package.json index ed89a7b..9544e89 100644 --- a/package.json +++ b/package.json @@ -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"],