A Sandcastle Documented Class Library
nextCharIs メソッド (s, pos, targetToFind)
名前空間CFW.TemplateTextParserElementnextCharIs(String, Int32, String)
次の文字(列)が見つけるべきタグかどうか
宣言の構文
C#Visual BasicVisual C++
protected bool nextCharIs(
	string s,
	int pos,
	string targetToFind
)
Protected Function nextCharIs ( _
	s As String, _
	pos As Integer, _
	targetToFind As String _
) As Boolean
protected:
bool nextCharIs(
	String^ s, 
	int pos, 
	String^ targetToFind
)
パラメータ
s (String)

[Missing <param name="s"/> documentation for "M:CFW.TemplateTextParser.Element.nextCharIs(System.String,System.Int32,System.String)"]

pos (Int32)

[Missing <param name="pos"/> documentation for "M:CFW.TemplateTextParser.Element.nextCharIs(System.String,System.Int32,System.String)"]

targetToFind (String)

[Missing <param name="targetToFind"/> documentation for "M:CFW.TemplateTextParser.Element.nextCharIs(System.String,System.Int32,System.String)"]

戻り値

[Missing <returns> documentation for M:CFW.TemplateTextParser.Element.nextCharIs(System.String,System.Int32,System.String)]

アセンブリ: CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)