Click or drag to resize

SType Class

Developed by SO-SOFT
S-Type class
Inheritance Hierarchy
SystemObject
  SyntaxBase
    scbscriptSType

Namespace: scbscript
Assembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntax
C#
public class SType : SyntaxBase

The SType type exposes the following members.

Constructors
 NameDescription
Public methodSType(SType) Constructor
Public methodSType(STypes) Constructor
Public methodSType(STypes, SType) Constructor
Top
Properties
 NameDescription
Public propertyForcedValueType Forced value type
Public propertyFunction Function
Public propertySystemFunction System function
Public propertySystemObjectType SystemObjectType
Public propertyType Type
Top
Methods
 NameDescription
Public methodEquals Equals
(Overrides ObjectEquals(Object))
Public methodGetHashCode Get hash code
(Overrides ObjectGetHashCode)
Public methodIsTypes Is types
Public methodToString To string
(Overrides SyntaxBase.ToString)
Top
See Also