Click or drag to resize
TypesListFindById Method
按照标识查找类型。

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public Types FindById(
	string value
)

Parameters

value
Type: SystemString
查找值。

Return Value

Type: Types
查找到的类型,如果未查找到则为 null。
See Also