点击或拖拽改变大小

AllowLateBindingAttribute 类

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

命名空间:  XSharp.Internal
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct)]
 SEALED CLASS AllowLateBindingAttribute INHERIT Attribute
查看代码

AllowLateBindingAttribute 类型公开以下成员。

构造函数
  名称说明
公共方法AllowLateBindingAttribute
初始化 AllowLateBindingAttribute 类的一个新实例
Top
参见