Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Некоторым свойствам стандартных типов не показывает полный тип #2320

Closed
SunSerega opened this issue Oct 6, 2020 · 3 comments

Comments

@SunSerega
Copy link
Contributor

SunSerega commented Oct 6, 2020

uses System.Windows.Media.Animation;

{$reference PresentationFramework.dll}
{$reference PresentationCore.dll}
{$reference WindowsBase.dll}

{$apptype windows}

begin
  var ac: AnimationClock;
  ac.CurrentTime;
end.

Нескольким свойствам ac, в том числе ac.CurrentTime, показывает тип Nullable<>.
То есть не видно какой тип самих значений у этого свойства.

@miks1965
Copy link
Contributor

miks1965 commented Oct 7, 2020

Перенесите это в ветку IDE - это к языку не отностися

@miks1965 miks1965 closed this as completed Oct 7, 2020
@SunSerega
Copy link
Contributor Author

А, да, извините забыл. Хотя переносить и вы можете, при чём не пересоздавая issue...

@SunSerega
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants