C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
IAPIType.cs
Go to the documentation of this file.
1namespace AnalyzeRe
2{
5 public interface IAPIType
6 {
9 T ShallowCopy<T>() where T : IAPIType;
10 }
11}
Interface shared by all object types and resources returned by the Analyze Re server.
Definition IAPIType.cs:6
T ShallowCopy< T >()
Create a shallow copy of this object.