Conversion.IsStackAlloc 属性

定义

如果转换是 stackalloc 转换,则返回 true。

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

属性值

适用于