AsmResolver.Net.MetadataStream.CreateBufferInternal C# (CSharp) Method

CreateBufferInternal() protected method

Creates a new buffer for the metadata stream.
protected CreateBufferInternal ( ) : FileSegment
return FileSegment
        protected internal virtual FileSegment CreateBufferInternal()
        {
            throw new NotSupportedException();
        }