BindingImplAttribute Class

Definition

This attribute provides information about binding code.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Field, AllowMultiple=false)]
public class BindingImplAttribute : Attribute
type BindingImplAttribute = class
    inherit Attribute
Inheritance
BindingImplAttribute
Attributes

Constructors

BindingImplAttribute(BindingImplOptions)

Initializes a new BindingImpl attribute.

Properties

Options

The binding implementation options.

Applies to