Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Fix typo
  • Loading branch information
jkoritzinsky committed May 30, 2024
commit 982a1c458157644923cd843c337f06e260e83db7
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static EnumInfo<TStorage> InitializeEnumInfo(RuntimeType enumType, bool getNames

internal sealed partial class EnumInfo<TStorage> : RuntimeType.IGenericCacheEntry<EnumInfo<TStorage>>
{
public static EnumInfo<TStorage> Create(RuntimeType type. bool getNames)
public static EnumInfo<TStorage> Create(RuntimeType type, bool getNames)
{
TStorage[]? values = null;
string[]? names = null;
Expand Down