Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
CSharpUtils
Diff.ProcessedItem
C# Class CSharpUtils.Diff.ProcessedItem
ファイルを表示
Open project: soywiz/csharputils
Public Properties
Property
Type
Description
Action
ActionEnum
Line
string
LineNumber
int
Public Methods
Method
Description
Print
(
bool
AvoidKeep
) :
void
ToString
( ) :
string
Method Details
Print()
public
method
public
Print
(
bool
AvoidKeep
) :
void
AvoidKeep
bool
return
void
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
Action
public_oe property
public
ActionEnum
Action
return
ActionEnum
Line
public_oe property
public
string
Line
return
string
LineNumber
public_oe property
public
int
LineNumber
return
int