forked from Misaki/GhostEngine
Update namespace
This commit is contained in:
@@ -40,6 +40,11 @@ public readonly struct TypeHandle
|
||||
return Type.GetTypeFromHandle(RuntimeTypeHandle.FromIntPtr(Value));
|
||||
}
|
||||
|
||||
public override int GetHashCode()
|
||||
{
|
||||
return Value.GetHashCode();
|
||||
}
|
||||
|
||||
public static implicit operator TypeHandle(IntPtr value)
|
||||
{
|
||||
return new TypeHandle(value);
|
||||
|
||||
Reference in New Issue
Block a user