Value¶
-
class
Cocotec.CocoPlatform.Coco.Value¶ Subclassed by Cocotec.CocoPlatform.Coco.ArrayValue, Cocotec.CocoPlatform.Coco.AtomicValue, Cocotec.CocoPlatform.Coco.StructuredValue, Cocotec.CocoPlatform.Coco.UnavailableValue
Public Functions
-
override string
ToString()¶ Converts this value into a human-readable string representation of this value.
-
string
ToStringNoNewlines()¶ Converts this value into a human-readable string representation of this value without any newline characters.
-
bool
Equals(Cocotec.CocoPlatform.Coco.Value right)¶
-
string
Type()¶ Pretty-prints the Coco type of this value.
Properties
-
Cocotec.CocoPlatform.Coco.Kind0
Kind{ }¶
-
override string