AvalonStudio.Languages.CSharp.SignatureHelpExtensionMethods.IsCSharpInBuiltType C# (CSharp) Méthode

IsCSharpInBuiltType() private static méthode

private static IsCSharpInBuiltType ( this typeName ) : bool
typeName this
Résultat bool
        private static bool IsCSharpInBuiltType(this string typeName)
        {
            return typeName.Contains(typeName);
        }