Click or drag to resize
RedisListsLIndexByte Method
获取指定索引元素

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public byte[] LIndexByte(
	string key,
	int index
)

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