C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
ServerHasDefaultEmptyObject.cs
Go to the documentation of this file.
1using System;
2
4{
9 {
15 public ServerHasDefaultEmptyObject(Type objectType)
16 : base(Activator.CreateInstance(objectType)) { }
17 }
18}
Indicates that the property, if left null, will be given a default value by the server corresponding ...
ServerHasDefaultEmptyObject(Type objectType)
Indicates that the property, if left null, will be given a default value by the server corresponding ...
Indicates that the property, if left null, will have a default value generated and filled in by the s...