ModelReaderWriterBuildableAttribute Class
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.
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. |