Constructor Diff
Diff()
Constructor for the Diff object.
Declaration
public Diff()
Diff(Int32, Int32, Int32, Int32)
Constructor for the Diff object
Declaration
public Diff(int ins, int del, int rep, int noop)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | ins | Description of the Parameter |
System.Int32 | del | Description of the Parameter |
System.Int32 | rep | Description of the Parameter |
System.Int32 | noop | Description of the Parameter |