你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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