Bamboo.Prevalence.Implementation.PrevalentSystemProxy.IsPassThrough C# (CSharp) Méthode

IsPassThrough() private méthode

private IsPassThrough ( MethodBase method ) : bool
method System.Reflection.MethodBase
Résultat bool
		private bool IsPassThrough(MethodBase method)
		{
			return Attribute.IsDefined(method, typeof(PassThroughAttribute)) ||
				method.DeclaringType == ObjectType;
		}