Class MatchingRule
Inheritance
System.Object
MatchingRule
Implements
System.IEquatable<MatchingRule>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TwitterSharp.Response.RTweet
Assembly: TwitterSharp.dll
Syntax
public class MatchingRule : IEquatable<MatchingRule>
Properties
| Improve this Doc View SourceId
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tag
Declaration
public string Tag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>