Mono.CSharp.CSharpCodeGenerator.IsAbstract C# (CSharp) Метод

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

static private IsAbstract ( MemberAttributes attributes ) : bool
attributes MemberAttributes
Результат bool
		static bool IsAbstract (MemberAttributes attributes)
		{
			return (attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstract;
		}
CSharpCodeGenerator