Summary
Returns true if the specified `type` has the specified access `modifiers`.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Containing Type
- CSharpProcedural
Syntax
public static bool HasModifiers(Type type, AccessModifiers modifiers)
Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | |
| modifiers | AccessModifiers |
Return Value
| Type | Description |
|---|---|
| bool |