You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CoreTweetSupplement/CoreTweetSupplement.cs
+22-16Lines changed: 22 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
usingSystem.Globalization;
4
4
usingSystem.Linq;
5
5
usingSystem.Text.RegularExpressions;
6
-
usingCoreTweet.Core;
7
6
8
7
namespaceCoreTweet
9
8
{
@@ -98,16 +97,16 @@ private class TextPart : ITextPart
98
97
internalintEnd{get;set;}
99
98
publicstringRawText{get;set;}
100
99
publicstringText{get;set;}
101
-
publicCoreBaseEntity{get;set;}
100
+
publicEntityEntity{get;set;}
102
101
}
103
102
104
103
/// <summary>
105
104
/// Enumerates parts split into Tweet Entities.
106
105
/// </summary>
107
106
/// <param name="text">The text such as <see cref="CoreTweet.Status.Text"/>, <see cref="CoreTweet.DirectMessage.Text"/> and <see cref="CoreTweet.User.Description"/>.</param>
/// <returns>An <see cref="T:System.Collections.Generic.IEnumerable{CoreTweet.ITextPart}"/> whose elements are parts of <paramref name="text"/>.</returns>
0 commit comments