返回集合数
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public int SCARD(
string key
)
Public Function SCARD (
key As String
) As Integer
public:
int SCARD(
String^ key
)
member SCARD :
key : string -> int
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisSets.SCARD(System.String)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Adf.RedisSets.SCARD(System.String)"]
See Also