System.Globalization.MemoryMapFile.GetBytePtr C# (CSharp) Method

GetBytePtr() private method

private GetBytePtr ( ) : byte*
return byte*
        internal unsafe byte* GetBytePtr() {
            BCLDebug.Assert(bytes != null, "bytes should not be null");
            return (bytes);
        }