System.Tests.StringTests.Ctor_CharPtr_Empty C# (CSharp) 메소드

Ctor_CharPtr_Empty() 개인적인 메소드

private Ctor_CharPtr_Empty ( ) : void
리턴 void
        public static unsafe void Ctor_CharPtr_Empty()
        {
            Assert.Same(string.Empty, new string((char*)null));
        }
StringTests