Conversion.IsStackAlloc Property

Definition

Returns true if the conversion is a stackalloc conversion.

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

Property Value

Applies to