RedisSetsSUNIONByte Method |
合并返回指定的集合
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public byte[][] SUNIONByte(
params string[] keys
)
Public Function SUNIONByte (
ParamArray keys As String()
) As Byte()()
public:
array<array<unsigned char>^>^ SUNIONByte(
... array<String^>^ keys
)
member SUNIONByte :
keys : string[] -> byte[][]
Parameters
- keys
- Type: SystemString
[Missing <param name="keys"/> documentation for "M:Adf.RedisSets.SUNIONByte(System.String[])"]
Return Value
Type:
Byte[Missing <returns> documentation for "M:Adf.RedisSets.SUNIONByte(System.String[])"]
See Also