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

GetPredefTypes() public method

public GetPredefTypes ( ) : PredefinedTypes
return PredefinedTypes
        public PredefinedTypes GetPredefTypes() { return _predefTypes; }

Usage Example

Example #1
0
 public PredefinedTypes GetPredefindTypes()
 {
     return(GlobalSymbolContext.GetPredefTypes());
 }