IFormCollectionContainsKey 方法
判断集合中是否包含指定的键
命名空间: TouchSocket.Http程序集: TouchSocket.Http (在 TouchSocket.Http.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
bool ContainsKey(
string key
)
Function ContainsKey (
key As String
) As Boolean
abstract ContainsKey :
key : string -> bool
- key String
- 要检查的键
Boolean如果集合包含指定的键,则返回
;否则返回