Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
GitSharp
Core
FnMatch
CharacterHead
C# Class GitSharp.Core.FnMatch.CharacterHead
Inheritance:
AbstractHead
显示文件
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