System.Globalization.TextElementEnumerator.OnDeserialized C# (CSharp) Method

OnDeserialized() private method

private OnDeserialized ( StreamingContext ctx ) : void
ctx System.Runtime.Serialization.StreamingContext
return void
        private void OnDeserialized(StreamingContext ctx)
        {
            strLen              = endIndex + 1;
            currTextElementLen  = nextTextElementLen;

            if (charLen == -1)
            {
                uc = CharUnicodeInfo.InternalGetUnicodeCategory(str, index, out charLen);
            }
        }