GenericTypeParameterBuilder.GetAttributeFlagsImpl 方法

定义

在派生类中重写时,实现 Attributes 属性,并获取枚举值的按位组合(它指示与 Type 关联的特性)。

protected:
 override System::Reflection::TypeAttributes GetAttributeFlagsImpl();
protected override System.Reflection.TypeAttributes GetAttributeFlagsImpl ();
override this.GetAttributeFlagsImpl : unit -> System.Reflection.TypeAttributes
Protected Overrides Function GetAttributeFlagsImpl () As TypeAttributes

返回

表示 TypeAttributes 的属性集的 Type 对象。

适用于