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);
        }