PublicAPIAttribute Constructor (String) |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public PublicAPIAttribute(
string comment
)
Public Sub New (
comment As String
)
public:
PublicAPIAttribute(
String^ comment
)
new :
comment : string -> PublicAPIAttribute
Parameters
- comment
- Type: SystemString
See Also