C# Class org.GraphDefined.Vanaheimr.Illias.BooleanComment

A boolean with a comment.
Mostrar archivo Open project: Vanaheimr/Illias

Public Properties

Property Type Description
Boolean System.Boolean
Comment String

Public Methods

Method Description
BooleanComment ( System.Boolean myBoolean, String myComment = null ) : System

Creates a new boolean with a comment.

Method Details

BooleanComment() public method

Creates a new boolean with a comment.
public BooleanComment ( System.Boolean myBoolean, String myComment = null ) : System
myBoolean System.Boolean The boolean value.
myComment String The maximum value.
return System

Property Details

Boolean public_oe property

The boolean value.
public Boolean,System Boolean
return System.Boolean

Comment public_oe property

The comment text.
public String Comment
return String