Show / Hide Table of Contents

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 Source

StringGetArgs(IString)

Declaration
public StringGetArgs(IString source)
Parameters
Type Name Description
IString source

Properties

| Improve this Doc View Source

Current

Declaration
public string Current { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Orig

Declaration
public string Orig { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Source

Declaration
public IString Source { get; }
Property Value
Type Description
IString

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX