Kaynağa Gözat

Update HelperFunctions.cs

fixed lastChar initialization
master
Jan Bernlöhr 9 yıl önce
ebeveyn
işleme
d3ab4fbadf
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      DocX/HelperFunctions.cs

+ 1
- 1
DocX/HelperFunctions.cs Dosyayı Görüntüle

return newRuns; //I dont wanna get an exception if text == null, so just return empy list return newRuns; //I dont wanna get an exception if text == null, so just return empy list
} }
char lastChar = null;
char lastChar = '\0';
foreach (char c in text) foreach (char c in text)
{ {

Loading…
İptal
Kaydet