GenerateMethodSerializersAttribute(Type, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.