Bagikan melalui


CodeGenerator.OutputTypeAttributes(TypeAttributes, Boolean, Boolean) Metode

Definisi

Menghasilkan kode untuk atribut jenis yang ditentukan.

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)

Parameter

attributes
TypeAttributes

Salah satu nilai enumerasi yang menunjukkan atribut jenis untuk menghasilkan kode.

isStruct
Boolean

true jika jenisnya adalah struct; jika tidak, false.

isEnum
Boolean

true jika jenisnya adalah enum; jika tidak, false.

Berlaku untuk

Lihat juga