adTempus API
ArcanaDevelopment.adTempus.Shared.Attributes Namespace / InternalUseAttribute Class
Members


In This Topic
    InternalUseAttribute Class
    In This Topic
    Indicates this class or member is for internal use by adTempus and not intended for use in the public API.
    Syntax
    'Declaration
     
    
    <AttributeUsageAttribute(AttributeTargets.All)>
    Public NotInheritable Class InternalUseAttribute 
       Inherits System.Attribute
    [AttributeUsage(AttributeTargets.All)]
    public sealed class InternalUseAttribute : System.Attribute 
    [AttributeUsage(AttributeTargets.All)]
    public ref class InternalUseAttribute sealed : public System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          ArcanaDevelopment.adTempus.Shared.Attributes.InternalUseAttribute

    See Also