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