Edit

Share via


WeiboParser<T> Class

Definition

Twitter Parser.

public class WeiboParser<T> : Microsoft.Toolkit.Parsers.IParser<T> where T : SchemaBase
type WeiboParser<'T (requires 'T :> SchemaBase)> = class
    interface IParser<'T (requires 'T :> SchemaBase)>
Public Class WeiboParser(Of T)
Implements IParser(Of T)

Type Parameters

T

Type to parse in to.

Inheritance
WeiboParser<T>
Implements

Constructors

WeiboParser<T>()

Explicit Interface Implementations

IParser<T>.Parse(String)

Parse string data into strongly typed list.

Applies to