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