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!

PreserveSigAttribute Constructor

Initializes a new instance of the PreserveSigAttribute class.

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

Parameters

val
[To be supplied.]

See Also

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