TryGetGuid<T>(T guid, out Guid g)

This commit is contained in:
Charles Torre 2023-02-19 12:02:11 -08:00
Родитель fc3c04025c
Коммит 270a924da7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1076,6 +1076,7 @@ namespace FabricHealer.Repair
}
}
// This is for support of older versions of FabricObserver where TelemetryData.PartitionId is a nullable type (Guid?).
public static bool TryGetGuid<T>(T guid, out Guid g)
{
if (guid == null)