GetGlobalMiscSymFactory() public méthode

public GetGlobalMiscSymFactory ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.MiscSymFactory
Résultat Microsoft.CSharp.RuntimeBinder.Semantics.MiscSymFactory
Exemple #1
0
 public MiscSymFactory GetGlobalMiscSymFactory()
 {
     return(GlobalSymbolContext.GetGlobalMiscSymFactory());
 }