Exemplo n.º 1
0
 public CurrencyNode Alias(out CurrencyAlias alias)
 {
     alias     = new CurrencyAlias(this);
     NodeAlias = alias;
     return(this);
 }
Exemplo n.º 2
0
 internal CurrencyNode(CurrencyAlias alias, bool isReference = false)
 {
     NodeAlias   = alias;
     IsReference = isReference;
 }