Esempio n. 1
0
 public bool IsCacheableInClosedForm(IChameleonNode node) => throw new NotImplementedException();
 protected virtual bool IsInterestingChameleon(IChameleonNode node)
 {
     return(node.GetTextAsBuffer().Length < MaxBufferSize);
 }