RedisHashesHGETALLDict Method |
获取一个项
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public Dictionary<string, byte[]> HGETALLDict(
string key
)
Public Function HGETALLDict (
key As String
) As Dictionary(Of String, Byte())
public:
Dictionary<String^, array<unsigned char>^>^ HGETALLDict(
String^ key
)
member HGETALLDict :
key : string -> Dictionary<string, byte[]>
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisHashes.HGETALLDict(System.String)"]
Return Value
Type:
DictionaryString,
Byte[Missing <returns> documentation for "M:Adf.RedisHashes.HGETALLDict(System.String)"]
See Also