コード例 #1
0
 public void Dispose()
 {
     mParser.SetParsingCompoundProperty(false);
 }
コード例 #2
0
ファイル: CssParser.cs プロジェクト: jorik041/CsCss
 public nsAutoParseCompoundProperty(CssParser aParser)
 {
     mParser = aParser;
     mParser.SetParsingCompoundProperty(true);
 }
コード例 #3
0
 public nsAutoParseCompoundProperty(CssParser aParser)
 {
     mParser = aParser;
     mParser.SetParsingCompoundProperty(true);
 }