C# Класс org.GraphDefined.Vanaheimr.Illias.BooleanComment

A boolean with a comment.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Boolean System.Boolean
Comment String

Открытые методы

Метод Описание
BooleanComment ( System.Boolean myBoolean, String myComment = null ) : System

Creates a new boolean with a comment.

Описание методов

BooleanComment() публичный Метод

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.
Результат System

Описание свойств

Boolean публичное свойство

The boolean value.
public Boolean,System Boolean
Результат System.Boolean

Comment публичное свойство

The comment text.
public String Comment
Результат String