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

Ctor_CharPtr_Int_Int_Empty() 개인적인 메소드

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