Show / Hide Table of Contents

Class BoxedString

Inheritance
object
BoxedString
Implements
IString
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class BoxedString : IString

Constructors

View Source

BoxedString(string)

Declaration
public BoxedString(string Value)
Parameters
Type Name Description
string Value

Properties

View Source

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
string

Methods

View Source

Clone()

Declaration
public IString Clone()
Returns
Type Description
IString

Implements

IString

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX