Type.IsByRefLike Proprietà

Definizione

Ottiene un valore che indica se il tipo è una struttura simile a byref.

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

Valore della proprietà

Boolean

true se è Type una struttura di tipo byref; in caso contrario, false .

Commenti

Le strutture di tipo byref vengono dichiarate usando ref struct la parola chiave in C#. Un'istanza della struttura byref-like non può essere inserita nell'heap gestito. Per altre informazioni, vedere Ref struct.

Si applica a