Click or drag to resize
TypesSetSystem Method
设置是否系统类型。

支持链式操作。

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public virtual Types SetSystem(
	bool value
)

Parameters

value
Type: SystemBoolean
是否系统类型值。

Return Value

Type: Types
当前类型。
See Also