Show / Hide Table of Contents

Class BoxedString

A boxed string element that is readable, writable, equatable, and can be persisted as a scriptable object.

Inheritance
System.Object
Box<System.String>
BoxedString
Implements
IEquatable<Box<System.String>>
IValueEquals<Box<System.String>>
IValueEquals<System.String>
IReadable<System.String>
IWritable<System.String>
Inherited Members
Box<String>.data
Box<String>.ValueEquals(Box<String>)
Box<String>.ValueEquals(String)
Box<String>.Equals(Box<String>)
Box<String>.Read()
Box<String>.Write(String)
Box<String>.Equals(Object)
Box<String>.GetHashCode()
Namespace: FasterGames.Whiskey.Boxes
Assembly: cs.temp.dll.dll
Syntax
public class BoxedString : Box<string>, IEquatable<Box<string>>, IValueEquals<Box<string>>, IValueEquals<string>, IReadable<string>, IWritable<string>

Implements

IEquatable<>
IValueEquals<T>
IValueEquals<T>
IReadable<T>
IWritable<T>
In This Article
Back to top Copyright FasterGames ©