Partilhar via


ITypeSymbol.IsValueType Propriedade

Definição

True se esse tipo for conhecido por ser um tipo de valor. Nunca é o caso que IsReferenceType e IsValueType ambos retornam true. No entanto, para um parâmetro de tipo não treinado e IsReferenceTypeIsValueType ambos retornarão false.

public:
 property bool IsValueType { bool get(); };
public bool IsValueType { get; }
member this.IsValueType : bool
Public ReadOnly Property IsValueType As Boolean

Valor da propriedade

Aplica-se a