MethodFlags
Overview
Flags for a given method info.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
| Value | Description |
|---|---|
| Abstract | This method is abstract. |
| Constructor | This method is a constructor. |
| ExtensionMethod | this method is an extension method. |
| Final | this method is final. |
| Finalizer | this method is a finalizer. |
| Operator | this method is an operator. |
| Override | This method is virtual and an override of it's base class. |
| Static | this method is a static method. |
| StaticExtension | This method is an extension method on the static part of what this type extensions. |
| Virtual | This method is virtual. |