StructLayoutAttribute.Value 属性

定义

获取 LayoutKind 指定如何排列类或结构的值。

public:
 property System::Runtime::InteropServices::LayoutKind Value { System::Runtime::InteropServices::LayoutKind get(); };
public System.Runtime.InteropServices.LayoutKind Value { get; }
member this.Value : System.Runtime.InteropServices.LayoutKind
Public ReadOnly Property Value As LayoutKind

属性值

指定类或结构的排列方式的枚举值之一。

适用于