Bamboo.Prevalence.Implementation.PrevalentSubSystemHolderProxy.IsSubSystem C# (CSharp) Method

IsSubSystem() private method

private IsSubSystem ( MethodBase method ) : bool
method System.Reflection.MethodBase
return bool
		private bool IsSubSystem(MethodBase method)
		{
			return Attribute.IsDefined(GetMemberInfo(method), typeof(SubSystemAttribute), true);
		}