RedisSortedSetsZREVRANGEByte Method (String, Int32, Int32) |
返回给定的区间元素列表
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public SortedList<double, byte[]> ZREVRANGEByte(
string key,
int start,
int stop
)
Public Function ZREVRANGEByte (
key As String,
start As Integer,
stop As Integer
) As SortedList(Of Double, Byte())
public:
SortedList<double, array<unsigned char>^>^ ZREVRANGEByte(
String^ key,
int start,
int stop
)
member ZREVRANGEByte :
key : string *
start : int *
stop : int -> SortedList<float, byte[]>
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisSortedSets.ZREVRANGEByte(System.String,System.Int32,System.Int32)"]
- start
- Type: SystemInt32
[Missing <param name="start"/> documentation for "M:Adf.RedisSortedSets.ZREVRANGEByte(System.String,System.Int32,System.Int32)"]
- stop
- Type: SystemInt32
[Missing <param name="stop"/> documentation for "M:Adf.RedisSortedSets.ZREVRANGEByte(System.String,System.Int32,System.Int32)"]
Return Value
Type:
SortedListDouble,
Byte[Missing <returns> documentation for "M:Adf.RedisSortedSets.ZREVRANGEByte(System.String,System.Int32,System.Int32)"]
See Also