Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #61 from techno-dwarf-works/dev
Browse files Browse the repository at this point in the history
Update GetCollectionElementType
  • Loading branch information
uurha committed Feb 29, 2024
1 parent 75213b8 commit 0cc4de9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Runtime/Extensions/TypeExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public static bool IsSubclassOfAnyRawGeneric(this Type self, IEnumerable<Type> g
return false;
}

public static Type GetElementType(this Type self)
public static Type GetCollectionElementType(this Type self)
{
if (self == null)
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "com.uurha.betterextensions",
"displayName": "Better Extensions",
"version": "1.5.5",
"unity": "2020.1",
"version": "1.5.6",
"unity": "2021.3",
"description": "Unity extensions, serialize extension, async extension, string extension and UI extensions",
"dependencies": {
"com.tdw.better.internal.core": "0.0.2"
Expand Down

0 comments on commit 0cc4de9

Please sign in to comment.