Struct SearchTag
  
  
  
  Namespace: Ludiq
  
  Syntax
  
  Constructors
  
  
  
  
  SearchTag(String, String)
  
  
  Declaration
  
    public SearchTag(string name, string value)
   
  Parameters
  
  Fields
  
  
  
  CodeReferenceTagName
  
  
  Declaration
  
    public const string CodeReferenceTagName = "cref"
   
  Field Value
  
  
  
  ReferenceTagName
  
  
  Declaration
  
    public const string ReferenceTagName = "ref"
   
  Field Value
  
  
  
  Separator
  
  
  Declaration
  
    public const char Separator = ':'
   
  Field Value
  
  
  
  TypeTagAltName
  
  
  Declaration
  
    public const string TypeTagAltName = "type"
   
  Field Value
  
  
  
  TypeTagName
  
  
  Declaration
  
    public const string TypeTagName = "t"
   
  Field Value
  
  Properties
  
  
  
  
  hasName
  
  
  Declaration
  
    public bool hasName { get; }
   
  Property Value
  
  
  
  
  hasValue
  
  
  Declaration
  
    public bool hasValue { get; }
   
  Property Value
  
  
  
  
  name
  
  
  Declaration
  
    public string name { get; }
   
  Property Value
  
  
  
  
  Regex
  
  
  Declaration
  
    public static Regex Regex { get; }
   
  Property Value
  
  
  
  
  value
  
  
  Declaration
  
    public string value { get; }
   
  Property Value
  
  Methods
  
  
  
  
  Is(String, String)
  
  
  Declaration
  
    public bool Is(string name, string altName = null)
   
  Parameters
  
  Returns
  
  
  
  
  Matches(String, String)
  
  
  Declaration
  
    public bool Matches(string value, string altName = null)
   
  Parameters
  
  Returns
  
  
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
  Overrides
  
  Operators
  
  
  
  
  Implicit(SearchTag to String)
  
  
  Declaration
  
    public static implicit operator string (SearchTag st)
   
  Parameters
  
  Returns
  
  
  
  
  Implicit(String to SearchTag)
  
  
  Declaration
  
    public static implicit operator SearchTag(string s)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | String | 
        s | 
         | 
      
    
  
  Returns
  
  Extension Methods