Click or drag to resize

Boolean Structure

返回用户文档首页
布尔类型
Inheritance Hierarchy
SystemObject
  SystemValueType
    LoongCAD.STC.Friendly.DataTypeBoolean

Namespace: LoongCAD.STC.Friendly.DataType
Assembly: LoongCAD.STC.Friendly.DataType (in LoongCAD.STC.Friendly.DataType.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
[SerializableAttribute]
[TypeConverterAttribute(typeof(BooleanConverter))]
public struct Boolean : IDataType

The Boolean type exposes the following members.

Constructors
 NameDescription
Public methodBooleanInitializes a new instance of the Boolean class
Top
Properties
 NameDescription
Public propertyRawValue 
Public propertyValue 
Top
Methods
See Also