Edit

Share via


TwitterParser<T> Class

Definition

Twitter Parser.

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

Type Parameters

T

Type to parse in to.

Inheritance
TwitterParser<T>
Implements

Constructors

TwitterParser<T>()

Explicit Interface Implementations

IParser<T>.Parse(String)

Parse string data into strongly typed list.

Applies to