コード例 #1
0
ファイル: MatchResult.cs プロジェクト: kobynet/SQLGeneration
 /// <summary>
 /// Initializes a new instance of a MatchResult.
 /// </summary>
 internal MatchResult()
 {
     matches = new MatchResultCollection();
 }
コード例 #2
0
ファイル: MatchResult.cs プロジェクト: Klzfire/SQLGeneration
 /// <summary>
 /// Initializes a new instance of a MatchResult.
 /// </summary>
 internal MatchResult()
 {
     matches = new MatchResultCollection();
 }