AvalonStudio.Languages.CSharp.SignatureHelpExtensionMethods.IsCSharpInBuiltType C# (CSharp) Method

IsCSharpInBuiltType() private static method

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