Click or drag to resize

AllowLateBindingAttribute Class

X#
This class is used to mark type that allow LateBound calls without the need of the /lb compiler option
Inheritance Hierarchy
Object
  Attribute
    AllowLateBindingAttribute

Namespace:  XSharp.Internal
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct)]
 SEALED CLASS AllowLateBindingAttribute INHERIT Attribute
Request Example View Source

The AllowLateBindingAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAllowLateBindingAttribute
Initializes a new instance of the AllowLateBindingAttribute class
Top
See Also