Microsoft.CSharp.RuntimeBinder.Semantics.GlobalSymbolContext.GetGlobalMiscSymFactory C# (CSharp) Method

GetGlobalMiscSymFactory() public method

public GetGlobalMiscSymFactory ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.MiscSymFactory
return Microsoft.CSharp.RuntimeBinder.Semantics.MiscSymFactory
        public MiscSymFactory GetGlobalMiscSymFactory()
        {
            return GetGlobalSymbols().GetMiscSymFactory();
        }
    }

Usage Example

Example #1
0
 public MiscSymFactory GetGlobalMiscSymFactory()
 {
     return(GlobalSymbolContext.GetGlobalMiscSymFactory());
 }