System.ClientModel.Primitives.ModelReaderWriterBuildableAttribute public class ModelReaderWriterBuildableAttribute : Attribute Instructs the System.ClientModel source generator to generate source code to help optimize performance when reading and writing instances of the specified type. Documentation Code namespace System.ClientModel.Primitives { public class ModelReaderWriterBuildableAttribute : Attribute { public ModelReaderWriterBuildableAttribute(Type type); } }