C# Class GitSharp.Core.FnMatch.CharacterHead

Inheritance: AbstractHead
Datei anzeigen Open project: stschake/GitSharp Class Usage Examples

Public Methods

Method Description
CharacterHead ( char expectedChar )

Protected Methods

Method Description
matches ( char c ) : bool

Method Details

CharacterHead() public method

public CharacterHead ( char expectedChar )
expectedChar char

matches() protected method

protected matches ( char c ) : bool
c char
return bool