System.Tests.StringTests.Ctor_CharPtr_Int_Int_Empty C# (CSharp) Method

Ctor_CharPtr_Int_Int_Empty() private method

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