CODIUM Programming Language (CPL) CodiumSDK CPL Routines Comment
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL.Routines
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Class that represent a comment
C# |
public class Comment : CodiumSDK.CPL.Routine |
Constructores
Nombre | Descripción | |
---|---|---|
Comment() | Comment | |
Comment(program, description) | Constructor of the class Comment |
Comment()
Comment
C# |
public Comment(); |
Comment(program, description)
Constructor of the class Comment
C# |
public Comment(CodiumSDK.CPL.ProgramDefinition program, System.String description); |
Parámetros
Nombre | Tipo | Descripción |
---|---|---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
description | System.String | Description of the Method |