~ubuntu-branches/ubuntu/trusty/smuxi/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/Twitterizer/Twitterizer2/Methods/Tweets/Entities/TwitterHashTagEntity.cs

  • Committer: Package Import Robot
  • Author(s): Mirco Bauer
  • Date: 2013-05-25 22:11:31 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20130525221131-nd2mc0kzubuwyx20
Tags: 0.8.11-1
* [22d13d5] Imported Upstream version 0.8.11
* [6d2b95a] Refreshed patches
* [89eb66e] Added ServiceStack libraries to smuxi-engine package
* [848ab10] Enable Campfire engine
* [c6dbdc7] Always build db4o for predictable build result
* [13ec489] Exclude OS X specific libraries from dh_clideps

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
namespace Twitterizer.Entities
36
36
{
37
 
    using System;
38
 
 
39
37
    /// <summary>
40
38
    /// Represents a pre-parsed hash tag in a <see cref="Twitterizer.TwitterStatus.Text"/> value.
41
39
    /// </summary>
42
40
#if !SILVERLIGHT
43
 
    [Serializable]
 
41
    [System.Serializable]
44
42
#endif
45
43
    public class TwitterHashTagEntity : TwitterEntity
46
44
    {
47
45
        /// <summary>
48
 
        /// Initializes a new instance of the <see cref="TwitterHashTagEntity"/> class.
49
 
        /// </summary>
50
 
        public TwitterHashTagEntity()
51
 
        { 
52
 
        }
53
 
 
54
 
        /// <summary>
55
46
        /// Gets or sets the hash tag text.
56
47
        /// </summary>
57
48
        /// <value>The hash tag text.</value>