Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Yaml
Boolean
C# 클래스 Yaml.Boolean
Class for storing a Yaml Boolean node tag:yaml.org,2002:bool
상속:
Scalar
파일 보기
프로젝트 열기: rs-services/RightGridWindowsImplementation
공개 메소드들
메소드
설명
Boolean
(
ParseStream
stream
) :
System
Parse boolean
Boolean
(
bool
val
) :
System
New boolean
ToString
( ) :
string
To String
보호된 메소드들
메소드
설명
Write
(
WriteStream
stream
) :
void
Write to YAML
메소드 상세
Boolean()
공개
메소드
Parse boolean
public
Boolean
(
ParseStream
stream
) :
System
stream
ParseStream
리턴
System
Boolean()
공개
메소드
New boolean
public
Boolean
(
bool
val
) :
System
val
bool
리턴
System
ToString()
공개
메소드
To String
public
ToString
( ) :
string
리턴
string
Write()
보호된
메소드
Write to YAML
protected
Write
(
WriteStream
stream
) :
void
stream
WriteStream
리턴
void