Class LiteralParserProvider
Inheritance
LiteralParserProvider
  Inherited Members
      SingleDecoratorProvider<Type, ILiteralParser, RegisterLiteralParserAttribute>.registrationAssemblies
    
    
    
      SingleDecoratorProvider<Type, ILiteralParser, RegisterLiteralParserAttribute>.resolvedDecoratorTypes
    
    
    
    
      SingleDecoratorProvider<Type, ILiteralParser, RegisterLiteralParserAttribute>.GetDecoratedType(Type)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  Namespace: Ludiq
Syntax
public sealed class LiteralParserProvider : SingleDecoratorProvider<Type, ILiteralParser, RegisterLiteralParserAttribute>
  Properties
cache
Declaration
protected override bool cache { get; }
  Property Value
| Type | Description | 
|---|---|
| Boolean | 
Overrides
Ludiq.SingleDecoratorProvider<System.Type, Ludiq.ILiteralParser, Ludiq.RegisterLiteralParserAttribute>.cache
  
  
  
  definedParsers
Declaration
public static IEnumerable<ILiteralParser> definedParsers { get; }
  Property Value
| Type | Description | 
|---|---|
| IEnumerable<ILiteralParser> | 
instance
Declaration
public static LiteralParserProvider instance { get; }
  Property Value
| Type | Description | 
|---|---|
| LiteralParserProvider | 
parsableTypes
Declaration
public static IEnumerable<Type> parsableTypes { get; }
  Property Value
| Type | Description | 
|---|---|
| IEnumerable<Type> |