Skip to content

Commit 62eff2b

Browse files
ds5678SamboyCoding
authored andcommitted
Remove implicit operator
1 parent c79bc4c commit 62eff2b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

LibCpp2IL/Metadata/Il2CppVariableWidthIndex.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,4 @@ internal static void EndReadSession()
102102
widthForThisTypeOnCurrentApplication = -1;
103103
Monitor.Exit(readSessionLock);
104104
}
105-
106-
public static implicit operator int(Il2CppVariableWidthIndex<T> index) => index.value;
107105
}

0 commit comments

Comments
 (0)