BindingImplOptions Enum

Definition

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

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.

Applies to