Class StringGetArgs
Inheritance
StringGetArgs
Assembly: ItemChanger.dll
Syntax
public class StringGetArgs
Constructors
View Source
StringGetArgs(IString)
Declaration
public StringGetArgs(IString source)
Parameters
| Type |
Name |
Description |
| IString |
source |
|
Properties
View Source
Current
Declaration
public string Current { get; set; }
Property Value
View Source
Orig
Declaration
public string Orig { get; }
Property Value
View Source
Source
Declaration
public IString Source { get; }
Property Value
Extension Methods