コード例 #1
0
		public void TestThreadStatic ()
		{
			var sut = new ThreadStaticLocalExample ();
			 
			Assert.AreEqual(0, sut.DoThreadStatic ());
		}
コード例 #2
0
        public void TestThreadStatic()
        {
            var sut = new ThreadStaticLocalExample();

            Assert.AreEqual(0, sut.DoThreadStatic());
        }