Espacio de nombres: CodiumSDK.CPL.Routines
Ensamblado: CodiumSDK.dll

Class that represent a comment
C#
public class Comment : CodiumSDK.CPL.Routine

Constructores

NombreDescripció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

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
descriptionSystem.StringDescription of the Method