NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StructLayoutAttribute Constructor

Initalizes a new instance of the StructLayoutAttribute class.

[Visual Basic]
Public Sub New( _
   ByVal val As LayoutKind _
)
[C#]
public StructLayoutAttribute(
   LayoutKind val
);
[C++]
public: StructLayoutAttribute(
   LayoutKind val
);
[JScript]
public function StructLayoutAttribute(
   val : LayoutKind
);

Parameters

val
[To be supplied.]

See Also

StructLayoutAttribute Class | StructLayoutAttribute Members | System.Runtime.InteropServices Namespace