GetGlobalMiscSymFactory() public method

public GetGlobalMiscSymFactory ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.MiscSymFactory
return Microsoft.CSharp.RuntimeBinder.Semantics.MiscSymFactory
Exemplo n.º 1
0
 public MiscSymFactory GetGlobalMiscSymFactory()
 {
     return(SymbolLoader.GetGlobalMiscSymFactory());
 }