[src] Remove Runtime.GetSurfacedObjects in .NET. (#13608)

This method exposes internal implementation details, and makes it difficult to
innovate in the runtime. Additionally it's purpose was always for diagnosis,
but I've never seen it used (not even for its intented purpose), so we can
just remove it for .NET.
This commit is contained in:
Rolf Bjarne Kvinge 2021-12-21 08:09:26 +01:00 коммит произвёл GitHub
Родитель 368cf1fbbb
Коммит 86c1a2fcf2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -54,7 +54,7 @@ namespace ObjCRuntime {
UIApplication.Initialize ();
}
#if !XAMCORE_4_0
#if !NET
// This method is documented to be for diagnostic purposes only,
// and should not be considered stable API.
[EditorBrowsable (EditorBrowsableState.Never)]