public class UnresolvedSymbol : CodeNode {
public UnresolvedSymbol? inner { get; set; } ;
public string name { get; set; } ;
public UnresolvedSymbol ( UnresolvedSymbol? inner,
string name,
SourceReference? source_reference = null ) ;
public UnresolvedSymbol copy ( ) ;
}

public UnresolvedSymbol ( UnresolvedSymbol? inner,
string name,
SourceReference? source_reference = null ) ;
public UnresolvedSymbol? inner { get; set; } ;
public string name { get; set; } ;
public UnresolvedSymbol copy ( ) ;
Created by Valadoc