一款简单易用的基础网络通讯组件库。

DependencyInjectAttribute(Type, String) 构造函数

类型,Key指定性注入。

Definition

命名空间: TouchSocket.Core
程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
public DependencyInjectAttribute(
	Type type,
	string key
)

参数

type  Type

[缺少 "M:TouchSocket.Core.DependencyInjectAttribute.#ctor(System.Type,System.String)" 的 <param name="type"/> 文档]

key  String

[缺少 "M:TouchSocket.Core.DependencyInjectAttribute.#ctor(System.Type,System.String)" 的 <param name="key"/> 文档]

参见