Namespace: SmartAssembly.Attributes
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public sealed class PoweredByAttribute : Attribute
Visual Basic
Public NotInheritable Class PoweredByAttribute
	Inherits Attribute
Visual C++
public ref class PoweredByAttribute sealed : public Attribute
F#
[<SealedAttribute>]
type PoweredByAttribute =  
    class
        inherit Attribute
    end

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    SmartAssembly.Attributes..::..PoweredByAttribute

See Also