PERWAPI.MetaDataInStream.GoToIndex C# (CSharp) Method

GoToIndex() private method

private GoToIndex ( uint ix ) : void
ix uint
return void
        internal void GoToIndex(uint ix)
        {
            BaseStream.Seek(ix,SeekOrigin.Begin);
        }