Share via


ModelReaderWriterBuildableAttribute Class

Definition

Instructs the System.ClientModel source generator to generate source code to help optimize performance when reading and writing instances of the specified type.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public class ModelReaderWriterBuildableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type ModelReaderWriterBuildableAttribute = class
    inherit Attribute
Public Class ModelReaderWriterBuildableAttribute
Inherits Attribute
Inheritance
ModelReaderWriterBuildableAttribute
Attributes

Constructors

ModelReaderWriterBuildableAttribute(Type)

Initializes a new instance of ModelReaderWriterBuildableAttribute with the specified type.

Applies to