System.Globalization.MemoryMapFile.GetBytePtr C# (CSharp) 메소드

GetBytePtr() 개인적인 메소드

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