MarshalingBehaviorAttribute(MarshalingType) Constructor

Definition

Creates and initializes a new instance of the attribute.

public:
 MarshalingBehaviorAttribute(MarshalingType behavior);
 MarshalingBehaviorAttribute(MarshalingType const& behavior);
public MarshalingBehaviorAttribute(MarshalingType behavior);
function MarshalingBehaviorAttribute(behavior)
Public Sub New (behavior As MarshalingType)

Parameters

behavior
MarshalingType

One of the enumeration values.

Applies to