示例#1
0
 public string KK()
 {
     using (var scope = PoolCatManagerUtil.SpawnScope <StringBuilderScope>(s => s.Init(5)))
     {
         scope.stringBuilder.Append("4566");
         return(scope.stringBuilder.ToString());
     }
 }