This commit is contained in:
vis2k 2021-08-21 13:52:57 +08:00
parent e1f04153b1
commit 7d0ac8e992

View File

@ -244,7 +244,7 @@ void WriteNullCheck(ILProcessor worker, ref bool WeavingFailed)
worker.Emit(OpCodes.Call, GetWriteFunc(weaverTypes.Import<bool>(), ref WeavingFailed));
}
/// Find all fields in type and write them
// Find all fields in type and write them
bool WriteAllFields(TypeReference variable, ILProcessor worker, ref bool WeavingFailed)
{
uint fields = 0;