Show / Hide Table of Contents

Class StringGetArgs

Inheritance
object
StringGetArgs
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 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
Type Description
string
View Source

Orig

Declaration
public string Orig { get; }
Property Value
Type Description
string
View Source

Source

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

Extension Methods

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