26 string IBadString.Value =>
Value;
41 throw new Exception(
"Cannot compare string to non string");
57 throw new Exception(
"Cannot compare string to non string");
67 return string.Compare(
Value, other.
Value, StringComparison.Ordinal);
The Base Class for all BadScript Objects.
Implements a Native Type.
Implements a Native String.
static readonly BadClassPrototype s_Prototype
The Prototype for the Native String Object.
int CompareTo(BadObject other)
Compares this String to another String.
int CompareTo(IBadString other)
Compares this String to another String.
override BadClassPrototype GetPrototype()
static readonly BadString Empty
int CompareTo(object obj)
Compares this String to another String.
BadString(string value)
Creates a new Native String.
string IBadString. Value
The Value of the Native String.
Implements a Class Prototype for the BadScript Language.
Helper Class that Builds a Native Class from a Prototype.
static BadClassPrototype GetNative(string name)
Returns a Native Class Prototype for the given Native Type.
Implements the Interface for Native Strings.
new string Value
The String Value.
Contains the Native Runtime Objects.
Contains Runtime Type Objects.