dotfiles from arch

This commit is contained in:
2025-09-28 11:39:12 +02:00
parent 75885729cd
commit d1c6923bbb
1358 changed files with 575835 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
---@meta
---@source System.Data.dll
---@class System.Data.Sql.SqlDataSourceEnumerator: System.Data.Common.DbDataSourceEnumerator
---@source System.Data.dll
---@field Instance System.Data.Sql.SqlDataSourceEnumerator
---@source System.Data.dll
CS.System.Data.Sql.SqlDataSourceEnumerator = {}
---@source System.Data.dll
---@return DataTable
function CS.System.Data.Sql.SqlDataSourceEnumerator.GetDataSources() end
---@source System.Data.dll
---@class System.Data.Sql.SqlNotificationRequest: object
---@source System.Data.dll
---@field Options string
---@source System.Data.dll
---@field Timeout int
---@source System.Data.dll
---@field UserData string
---@source System.Data.dll
CS.System.Data.Sql.SqlNotificationRequest = {}