Class Follow
Inheritance
System.Object
Follow
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.RUser
Assembly: TwitterSharp.dll
Syntax
public class Follow
Properties
| Improve this Doc View SourceNextAsync
Declaration
public Func<Task<Follow>> NextAsync { get; set; }
Property Value
Type | Description |
---|---|
System.Func<System.Threading.Tasks.Task<Follow>> |
Users
Declaration
public User[] Users { get; set; }
Property Value
Type | Description |
---|---|
User[] |