CodeGenerator.OutputTypeAttributes(TypeAttributes, Boolean, Boolean) Metodo

Definizione

Genera il codice per gli attributi di tipo specificati.

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)

Parametri

attributes
TypeAttributes

Uno dei valori di enumerazione che indica gli attributi di tipo per cui generare il codice.

isStruct
Boolean

true se il tipo corrisponde a una struttura, in caso contrario false.

isEnum
Boolean

true se il tipo corrisponde a un'enumerazione, in caso contrario false.

Si applica a

Vedi anche