BoxKite.Twitter.Models.TweetExtensions.IsAReply C# (CSharp) Méthode

IsAReply() public static méthode

public static IsAReply ( this tweet ) : bool
tweet this
Résultat bool
        public static bool IsAReply(this Tweet tweet)
        {
            return tweet.InReplyToId != null;
        }