Initializes a new instance of the PoweredByAttribute class

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

Syntax

C#
public PoweredByAttribute(
	string s
)
Visual Basic
Public Sub New ( 
	s As String
)
Visual C++
public:
PoweredByAttribute(
	String^ s
)
F#
new : 
        s : string -> PoweredByAttribute

Parameters

s
Type: System..::..String

See Also