Exemple #1
0
 public void AddStyleProperty(SasStyleProperty styleProperty)
 {
     StyleProperties.Add(styleProperty);
 }
Exemple #2
0
 private bool NextStylePropertyIsParent(ref SasStyleProperty styleProperty)
 {
     throw new NotImplementedException();
 }