minetest_x_bows/bin/lua-language-server-3.5.6-l.../meta/default utf8/System.Runtime.InteropServi...

27 lines
808 B
Lua
Raw Normal View History

2022-11-03 10:37:33 -05:00
---@meta
---@source mscorlib.dll
---@class System.Runtime.InteropServices.Expando.IExpando
---@source mscorlib.dll
CS.System.Runtime.InteropServices.Expando.IExpando = {}
---@source mscorlib.dll
---@param name string
---@return FieldInfo
function CS.System.Runtime.InteropServices.Expando.IExpando.AddField(name) end
---@source mscorlib.dll
---@param name string
---@param method System.Delegate
---@return MethodInfo
function CS.System.Runtime.InteropServices.Expando.IExpando.AddMethod(name, method) end
---@source mscorlib.dll
---@param name string
---@return PropertyInfo
function CS.System.Runtime.InteropServices.Expando.IExpando.AddProperty(name) end
---@source mscorlib.dll
---@param m System.Reflection.MemberInfo
function CS.System.Runtime.InteropServices.Expando.IExpando.RemoveMember(m) end