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

Update GetCollectionElementType #61

Merged
merged 1 commit into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 Assets/BetterExtensions/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
Loading