CODIUM Programming Language (CPL) CodiumSDK CPL Routines Comment
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
C# |
public class Comment : CodiumSDK.CPL.Routine |
Constructores
Nombre | Descripción | |
---|---|---|
Comment() | Comment | |
Comment(program, description) | Constructor of the class Comment |
Comment()
C# |
public Comment(); |
Comment(program, description)
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 |