未验证 提交 9fae82f4 编写于 作者: R Rafael Rosa 提交者: GitHub

refactor: update to correct name

Co-authored-by: NJérôme Laban <jerome@platform.uno>
上级 e2d88484
......@@ -1107,7 +1107,7 @@ namespace Windows.UI.Xaml.Controls
}
}
private bool IsImplemented(Type Type, string Property)
private bool IsImplemented(Type type, string property)
{
return ApiInformation.IsPropertyPresent(Type.Namespace + "." + Type.Name, Property);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册