Brackets Structure

Available built-in program brackets.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public struct Brackets
Inheritance
Object    ValueType    Brackets

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

LeftInvisible Invisible opening bracket.
LeftVisible Visible opening bracket.
RightInvisible Invisible closing bracket.
RightVisible Visible closing bracket.

See Also