AvalonStudio.Languages.CSharp.SignatureHelpExtensionMethods.IsCSharpInBuiltType C# (CSharp) Метод

IsCSharpInBuiltType() приватный статический Метод

private static IsCSharpInBuiltType ( this typeName ) : bool
typeName this
Результат bool
        private static bool IsCSharpInBuiltType(this string typeName)
        {
            return typeName.Contains(typeName);
        }