C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
NotSaveableAttribute.cs
Go to the documentation of this file.
1using System;
2
4{
8 [AttributeUsage(AttributeTargets.Class, Inherited = false)]
9 public class NotSaveableAttribute : Attribute { }
10}
Indicates that while the current APIResource-derived class can be constructed and potentially inlined...