Class Tips
  
  
  
  
  Namespace: Ludiq
  
  Syntax
  
  Properties
  
  
  
  
  all
  
  
  Declaration
  
    public static IEnumerable<string> all { get; }
   
  Property Value
  
  
  
  
  any
  
  
  Declaration
  
    public static bool any { get; }
   
  Property Value
  
  
  
  
  count
  
  
  Declaration
  
    public static int count { get; }
   
  Property Value
  
  
  
  
  random
  
  
  Declaration
  
    public static string random { get; }
   
  Property Value
  
  
  
  
  wordsPerMinute
  
  
  Declaration
  
    public static int wordsPerMinute { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  Add(IEnumerable<String>)
  
  
  Declaration
  
    public static void Add(IEnumerable<string> tips)
   
  Parameters
  
  
  
  
  Add(String)
  
  
  Declaration
  
    public static void Add(string tip)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | String | 
        tip | 
         | 
      
    
  
  
  
  
  TimeToRead(String)
  
  
  Declaration
  
    public static TimeSpan TimeToRead(string tip)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | String | 
        tip | 
         | 
      
    
  
  Returns