Microsoft.CSharp.RuntimeBinder.Semantics.GlobalSymbolContext.GetPredefTypes C# (CSharp) Méthode

GetPredefTypes() public méthode

public GetPredefTypes ( ) : PredefinedTypes
Résultat PredefinedTypes
        public PredefinedTypes GetPredefTypes() { return _predefTypes; }

Usage Example

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