Class BoxedString
Implements
Inherited Members
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class BoxedString : IString
Constructors
View SourceBoxedString(string)
Declaration
public BoxedString(string Value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | Value |
Properties
View SourceValue
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceClone()
Declaration
public IString Clone()
Returns
| Type | Description |
|---|---|
| IString |