| AkCommonListContains Method (ListString, String) |
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static bool ListContains(
List<string> list,
string item
)
Parameters
- list
- Type: System.Collections.GenericListString
列表。 - item
- Type: SystemString
元素。
Return Value
Type:
Boolean
See Also