예제 #1
0
 public void AddStyleProperty(SasStyleProperty styleProperty)
 {
     StyleProperties.Add(styleProperty);
 }
예제 #2
0
파일: SasParser.cs 프로젝트: Hayman/Sassy
 private bool NextStylePropertyIsParent(ref SasStyleProperty styleProperty)
 {
     throw new NotImplementedException();
 }