C# Class DotNetGroup.Services.Twitter.TweetParser

Inheritance: ITweetParser
Afficher le fichier Open project: sergejusb/DotNetGroup Class Usage Examples

Méthodes publiques

Méthode Description
GetHashtags ( string tweet ) : IEnumerable
GetMentions ( string tweet ) : IEnumerable
GetUrls ( string tweet ) : IEnumerable

Method Details

GetHashtags() public méthode

public GetHashtags ( string tweet ) : IEnumerable
tweet string
Résultat IEnumerable

GetMentions() public méthode

public GetMentions ( string tweet ) : IEnumerable
tweet string
Résultat IEnumerable

GetUrls() public méthode

public GetUrls ( string tweet ) : IEnumerable
tweet string
Résultat IEnumerable