RedisListsLIndexByte Method |
获取指定索引元素
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public byte[] LIndexByte(
string key,
int index
)
Public Function LIndexByte (
key As String,
index As Integer
) As Byte()
public:
array<unsigned char>^ LIndexByte(
String^ key,
int index
)
member LIndexByte :
key : string *
index : int -> byte[]
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisLists.LIndexByte(System.String,System.Int32)"]
- index
- Type: SystemInt32
[Missing <param name="index"/> documentation for "M:Adf.RedisLists.LIndexByte(System.String,System.Int32)"]
Return Value
Type:
Byte[Missing <returns> documentation for "M:Adf.RedisLists.LIndexByte(System.String,System.Int32)"]
See Also