C# Class LineMatcher, EmptyConstructor

Show file Open project: Fody/EmptyConstructor Class Usage Examples

Public Properties

Property Type Description
Line string
StarEnd bool
StarStart bool

Public Methods

Method Description
Match ( string typeName ) : bool

Method Details

Match() public method

public Match ( string typeName ) : bool
typeName string
return bool

Property Details

Line public property

public string Line
return string

StarEnd public property

public bool StarEnd
return bool

StarStart public property

public bool StarStart
return bool