Class StringGetArgs
Inheritance
System.Object
StringGetArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class StringGetArgs
Constructors
| Improve this Doc View SourceStringGetArgs(IString)
Declaration
public StringGetArgs(IString source)
Parameters
| Type | Name | Description |
|---|---|---|
| IString | source |
Properties
| Improve this Doc View SourceCurrent
Declaration
public string Current { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Orig
Declaration
public string Orig { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Source
Declaration
public IString Source { get; }
Property Value
| Type | Description |
|---|---|
| IString |