SignatureTypeEncoder.Type(EntityHandle, Boolean) Método

Definición

Representa una referencia a un tipo.

public:
 void Type(System::Reflection::Metadata::EntityHandle type, bool isValueType);
public void Type (System.Reflection.Metadata.EntityHandle type, bool isValueType);
member this.Type : System.Reflection.Metadata.EntityHandle * bool -> unit
Public Sub Type (type As EntityHandle, isValueType As Boolean)

Parámetros

isValueType
Boolean

true para marcar el tipo como tipo de valor, false para marcarlo como un tipo de referencia en la signatura.

Excepciones

type no tiene el tipo de identificador esperado.

Se aplica a