C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
InternalMemberAttribute.cs
Go to the documentation of this file.
1using System;
2
4{
14 [AttributeUsage(AttributeTargets.All)]
15 public class InternalMemberAttribute : Attribute { }
16}
This attribute is used on IAPIType classes to indicate members (especially public properties) that ex...