コード例 #1
0
ファイル: StringBlurp.cs プロジェクト: touky/Prateek
 ///---------------------------------------------------------------------
 public StringBlurp(bool dummy = false)
 {
     m_text    = null;
     m_ids     = new CachedList10 <StaticText.Id>(StaticText.Id.Empty);
     m_tagsStr = new CachedList10 <string>(null);
     m_tagsId  = new CachedList10 <StaticText.Id>(StaticText.Id.Empty);
 }
コード例 #2
0
ファイル: Keyname.cs プロジェクト: touky/Prateek
 internal Keyname(bool noCheck)
 {
     settings     = null;
     keywords     = new CachedList10 <Keyword>();
     state        = KeynameState.None;
     hash         = 0;
     builtKeyname = null;
 }