StructLayoutAttribute.Value Propiedad

Definición

Obtiene el valor de LayoutKind que especifica la forma en que está organizada la clase o estructura.

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

Valor de propiedad

Uno de los valores de enumeración que especifica cómo se organiza la clase o la estructura.

Se aplica a