Edit

Share via


GenerateMethodSerializersAttribute(Type, Boolean) Constructor

Definition

Initializes a new instance of the GenerateMethodSerializersAttribute class.

public GenerateMethodSerializersAttribute (Type proxyBase, bool isExtension = false);
new Orleans.GenerateMethodSerializersAttribute : Type * bool -> Orleans.GenerateMethodSerializersAttribute
Public Sub New (proxyBase As Type, Optional isExtension As Boolean = false)

Parameters

proxyBase
Type

The proxy base type.

isExtension
Boolean

if set to true, this is an extension interface.

Applies to