Beispiel #1
0
		public static bool HasFlag(this MethodDelegateType type, MethodDelegateType value)
		{
			return (type & value) > 0;
		}
Beispiel #2
0
 public static bool HasFlag(this MethodDelegateType type, MethodDelegateType value)
 {
     return((type & value) > 0);
 }