PublicAPIAttribute Constructor (String) |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic PublicAPIAttribute(
string comment
)
Public Sub New (
comment As String
)
public:
PublicAPIAttribute(
String^ comment
)
new :
comment : string -> PublicAPIAttribute
Parameters
- comment
- Type: SystemString
See Also