Show / Hide Table of Contents

Delegate Events.LanguageEdit

Delegate type which allows subscriber to optionally edit the input string.

Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public delegate void LanguageEdit(ref string value);
Parameters
Type Name Description
System.String value

Extension Methods

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