コード例 #1
0
            /// <exception cref="System.Exception"></exception>
            public void Run()
            {
                var stringBuffer = new StringBuilder(_bufferValue
                                                     );

                _enclosing.Store(stringBuffer);
            }
コード例 #2
0
 /// <exception cref="System.Exception"></exception>
 public void Run()
 {
     _enclosing.Store(new StringBuilder("a"));
 }