Exemplo n.º 1
0
 public void MakeImmutable()
 {
     HashIndex  = HashIndex.ToImmutableDictionary();
     Index      = Index.ToImmutableDictionary();
     ClosedTags = ClosedTags.ToImmutableHashSet();
     //OpenTags = OpenTags.ToImmutableHashSet();
 }