Summary
Checks if `bindings` contains all the flags in `flags`.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- ReflectionUtilities
Syntax
public static bool HasFlags(this BindingFlags bindings, BindingFlags flags)
Parameters
| Name | Type | Description |
|---|---|---|
| bindings | BindingFlags | |
| flags | BindingFlags |
Return Value
| Type | Description |
|---|---|
| bool |