HslRedisKeyAttribute 构造函数 |
根据键名来读取写入当前的数据信息
命名空间:
HslCommunication.Reflection
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public HslRedisKeyAttribute(
string key
)
Public Sub New (
key As String
)
public:
HslRedisKeyAttribute(
String^ key
)
new :
key : string -> HslRedisKeyAttribute
参数
- key
- 类型:SystemString
键名
参见