ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IQuietZoneWithAddOn Interface
Members






In This Topic
    IQuietZoneWithAddOn Interface
    In This Topic
    Object Model
    IQuietZoneWithAddOn Interface
    Syntax
    'Declaration
     
    
    Public Interface IQuietZoneWithAddOn 
       Inherits IQuietZone 
    'Usage
     
    
    Dim instance As IQuietZoneWithAddOn
    public interface IQuietZoneWithAddOn : IQuietZone  
    public interface IQuietZoneWithAddOn = class(IQuietZone)
    public interface IQuietZoneWithAddOn implements IQuietZone 
    public __gc __interface IQuietZoneWithAddOn : public IQuietZone  
    public interface class IQuietZoneWithAddOn : public IQuietZone  
    See Also