public abstract class LLParser<T> where T : class
Public MustInherit Class LLParser(Of T As Class)
generic<typename T> where T : ref class public ref class LLParser abstract
[<AbstractClassAttribute>] type LLParser<'T when 'T : not struct> = class end
The LLParserT type exposes the following members.