GetGlobalMiscSymFactory() public method

public GetGlobalMiscSymFactory ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.MiscSymFactory
return Microsoft.CSharp.RuntimeBinder.Semantics.MiscSymFactory
Beispiel #1
0
 public MiscSymFactory GetGlobalMiscSymFactory()
 {
     return(GlobalSymbolContext.GetGlobalMiscSymFactory());
 }