Поделиться через


CodeGenerator.OutputTypeAttributes(TypeAttributes, Boolean, Boolean) Метод

Определение

Создает код для указанных атрибутов типа.

protected:
 virtual void OutputTypeAttributes(System::Reflection::TypeAttributes attributes, bool isStruct, bool isEnum);
protected virtual void OutputTypeAttributes (System.Reflection.TypeAttributes attributes, bool isStruct, bool isEnum);
abstract member OutputTypeAttributes : System.Reflection.TypeAttributes * bool * bool -> unit
override this.OutputTypeAttributes : System.Reflection.TypeAttributes * bool * bool -> unit
Protected Overridable Sub OutputTypeAttributes (attributes As TypeAttributes, isStruct As Boolean, isEnum As Boolean)

Параметры

attributes
TypeAttributes

Одно из значений перечисления, обозначающее атрибуты типа, для которых необходимо создать код.

isStruct
Boolean

true, если тип является структурой; в противном случае — false.

isEnum
Boolean

true, если тип является перечислением; в противном случае — false.

Применяется к

См. также раздел