BindingImplOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enum is used by the BindingImplAttribute type to provide information about binding code.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum BindingImplOptions
type BindingImplOptions =
- Inheritance
-
BindingImplOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
GeneratedCode | 1 | If the method contains generated code. |
Optimizable | 2 | If the method contains code that can be optimized by the Xamarin.iOS build process. |