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