C# Class MONI.Util.IgnoreRegion

Exibir arquivo Open project: dotob/moni

Public Properties

Property Type Description
End char
Start char

Public Methods

Method Description
IgnoreRegion ( char start, char end ) : System

Method Details

IgnoreRegion() public method

public IgnoreRegion ( char start, char end ) : System
start char
end char
return System

Property Details

End public_oe property

public char End
return char

Start public_oe property

public char Start
return char