C# Class ModernizedAlice.IPlugin.ModuleInterface.MyTextChange

Datei anzeigen Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Properties

Property Type Description
AddedLength int
Offset int
RemovedLength int

Public Methods

Method Description
MyTextChange ( ) : System

Method Details

MyTextChange() public method

public MyTextChange ( ) : System
return System

Property Details

AddedLength public_oe property

public int AddedLength
return int

Offset public_oe property

public int Offset
return int

RemovedLength public_oe property

public int RemovedLength
return int