C# 클래스 org.GraphDefined.Vanaheimr.Illias.BooleanComment

A boolean with a comment.
파일 보기 프로젝트 열기: Vanaheimr/Illias

공개 프로퍼티들

프로퍼티 타입 설명
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