SignatureTypeEncoder.Type(EntityHandle, Boolean) Método

Definição

Codifica uma referência a um 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 o tipo como tipo de valor, false para marcá-lo como um tipo de referência na assinatura.

Exceções

type não tem o tipo de identificador esperado.

Aplica-se a