Skip to content

Commit 456a0c8

Browse files
committed
Make CI happy
1 parent f6b2ec6 commit 456a0c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Il2Cppmscorlib/Type.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,7 @@ public MethodInfo GetMethod(String name)
5858

5959
public static Boolean operator ==(Type left, Type right) => throw null;
6060
public static Boolean operator !=(Type left, Type right) => throw null;
61+
62+
public override bool Equals(object obj) => throw new System.NotImplementedException();
63+
public override int GetHashCode() => throw new System.NotImplementedException();
6164
}

0 commit comments

Comments
 (0)