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