Пример #1
0
 public bool HasTag(string tag)
 {
     return(IsTaggable && scriptTags.HasTag(tag));
 }