Class LaconfigData
Represets laconfig parser result
Inheritance
System.Object
    
    
    LaconfigData
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: NFX.CodeAnalysis.Laconfig
Assembly: NFX.dll
Syntax
public sealed class LaconfigData : ObjectResultAnalysisContext<LaconicConfiguration>, IAnalysisContext, ICodeProcessor
  Constructors
LaconfigData(LaconicConfiguration)
Declaration
public LaconfigData(LaconicConfiguration configuration)
  Parameters
| Type | Name | Description | 
|---|---|---|
| LaconicConfiguration | configuration | 
Properties
Language
Declaration
public override Language Language { get; }
  Property Value
| Type | Description | 
|---|---|
| Language | 
Overrides
Methods
MessageCodeToString(Int32)
Declaration
public override string MessageCodeToString(int code)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | code | 
Returns
| Type | Description | 
|---|---|
| System.String |